Interface: I18nAsyncOptions
Hierarchy
Pick
<ModuleMetadata
,"imports"
>↳
I18nAsyncOptions
Properties
imports
• Optional
imports: (Type
<any
> | DynamicModule
| Promise
<DynamicModule
> | ForwardReference
<any
>)[]
Optional list of imported modules that export the providers which are required in this module.
Inherited from
Pick.imports
Defined in
node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts:18
inject
• Optional
inject: any
[]
Defined in
src/interfaces/i18n-options.interface.ts:74
loader
• Optional
loader: Type
<I18nLoader
>
Defined in
src/interfaces/i18n-options.interface.ts:73
logging
• Optional
logging: boolean
Defined in
src/interfaces/i18n-options.interface.ts:75
name
• Optional
name: string
Defined in
src/interfaces/i18n-options.interface.ts:66
resolvers
• Optional
resolvers: I18nOptionResolver
[]
Defined in
src/interfaces/i18n-options.interface.ts:72
useClass
• Optional
useClass: Type
<I18nOptionsFactory
>
Defined in
src/interfaces/i18n-options.interface.ts:68
useExisting
• Optional
useExisting: Type
<I18nOptionsFactory
>
Defined in
src/interfaces/i18n-options.interface.ts:67
useFactory
• Optional
useFactory: (...args
: any
[]) => I18nOptionsWithoutResolvers
| Promise
<I18nOptionsWithoutResolvers
>
Type declaration
▸ (...args
): I18nOptionsWithoutResolvers
| Promise
<I18nOptionsWithoutResolvers
>
Parameters
Name | Type |
---|---|
...args | any [] |
Returns
I18nOptionsWithoutResolvers
| Promise
<I18nOptionsWithoutResolvers
>