type alias ControllerPathOptionsimport { type ControllerPathOptions } from "https://deno.land/x/deno_nest@v3.6.1/mod.ts"; definition: { prefix?: string; controllerPath: string; controllerAliasOptions?: AliasOptions; }