Interface ITraceAsyncConfigOptions

Hierarchy

  • Partial<Pick<ModuleMetadata, "imports" | "providers">>
    • ITraceAsyncConfigOptions

Properties

imports?: (Type<any> | DynamicModule | Promise<DynamicModule> | ForwardReference<any>)[]

Optional list of imported modules that export the providers which are required in this module.

inject?: any[]
providers?: Provider<any>[]

Optional list of providers that will be instantiated by the Nest injector and that may be shared at least across this module.

useFactory: ((...args) => ITraceConfigOptions | Promise<ITraceConfigOptions>)

Type declaration

Generated using TypeDoc