import { type ModuleMetadata } from "https://deno.land/x/deno_nest@v3.5.1/src/interfaces/module.interface.ts";
Properties
optional
imports: ModuleType[]Optional list of imported modules that export the providers which are required in this module.
optional
controllers: Constructor[]Optional list of controllers defined in this module which have to be instantiated.
optional
providers: Provider[]Optional list of providers that will be instantiated by the Nest injector and that may be shared at least across this module.
optional
exports: (Provider | symbol)[]