GetTranslationsArgs<TScopes>
ts
type GetTranslationsArgs<TScopes> = object;Defined in: server/translation.ts:9
Type Parameters
| Type Parameter |
|---|
TScopes extends Scopes |
Properties
lang
ts
lang: string;Defined in: server/translation.ts:23
Locale of the language (e.g. en-US)
Author
Simon Kovtyk
Since
1.0.0
scopes
ts
scopes: TScopes;Defined in: server/translation.ts:16
Possible Scopes, that'll be passed down to each adapter
Author
Simon Kovtyk
Since
1.0.0