import { type ModuleMetadata } from "https://deno.land/x/oak_nest@v1.13.17/src/interfaces/mod.ts";
Properties
Optional list of imported modules that export the providers which are required in this module.
Optional list of controllers defined in this module which have to be instantiated.
Optional list of providers that will be instantiated by the Nest injector and that may be shared at least across this module.