We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@sclable/nestjs-libs / async-provider / AsyncProvider
Defined in: packages/async-provider/index.ts:9
ASync provider interface
Pick
ModuleMetadata
"imports"
T
optional inject: (string | symbol | Function | Type<any> | Abstract<any>)[]
optional
string
symbol
Function
Type
any
Abstract
Defined in: packages/async-provider/index.ts:11
optional useClass: Type<AsyncProviderFactory<T>>
AsyncProviderFactory
Defined in: packages/async-provider/index.ts:12
optional useExisting: Type<AsyncProviderFactory<T>>
Defined in: packages/async-provider/index.ts:13
optional useFactory: (...args) => T
args
Defined in: packages/async-provider/index.ts:15
...any[]