interface Builderimport { type Builder } from "https://dotland.deno.dev/x/drash@v3.0.0-beta.2/src/standard/builders/Builder.ts"; Type ParametersCThe class that will be instantiated and returned when calling the build() method. Methodsbuild(): CInstantiate the class and return it.