TranslationPreloadProvider
ts
readonly type TranslationPreloadProvider = TranslationBaseProvider & object;Defined in: src/types/provider.type.ts:38
Provider type for translation preloading with HTTP scopes
Type Declaration
scopes
ts
readonly scopes: (string | null)[] | string | null;Translation scopes to preload
Since
1.0.0
Author
Simon Kovtyk
Since
1.0.0
Author
Simon Kovtyk