-
Notifications
You must be signed in to change notification settings - Fork 2
es cqrs.Interface.AsyncProvider
Sclable CI edited this page Oct 7, 2024
·
7 revisions
@sclable/nestjs-libs / es-cqrs / AsyncProvider
-
Pick
<ModuleMetadata
,"imports"
>
• T
optional
inject:any
[]
packages/es-cqrs/src/interfaces/async-provider.ts:9
optional
useClass:Type
<AsyncProviderFactory
<T
>>
packages/es-cqrs/src/interfaces/async-provider.ts:10
optional
useExisting:Type
<AsyncProviderFactory
<T
>>
packages/es-cqrs/src/interfaces/async-provider.ts:11
optional
useFactory: (...args
) =>T
|Promise
<T
>
• ...args: any
[]
T
| Promise
<T
>