class Builder implements IBuilderimport { Builder } from "https://dotland.deno.dev/x/drash@v3.0.0-beta.2/src/standard/http/ResourceGroup.ts"; Builder for building a resource group. Resources in a resource group can share the following: Middleware Path prefixes Methodsbuild(): Resource[]Build the resource group. middleware(...middleware: Middleware[]): thisSet the middlware for all resources in this group. pathPrefixes(...pathPrefixes: string[]): thisSet the path prefixes for all resources in this group. resources(...resources: ResourceClasses): thisSet the resources for this group so they can share functionality.