TranslationNotDefinedStateSnapshot
ts
type TranslationNotDefinedStateSnapshot = object;Defined in: src/errors/translation-not-defined.error.ts:10
Snapshot of the translation that is not defined
Since
2.0.0
Author
Simon Kovtyk
Properties
locale?
ts
optional locale: LocaleConfig;Defined in: src/errors/translation-not-defined.error.ts:38
LocaleConfig of the translation that is not defined in the translations
Since
2.0.0
Author
Simon Kovtyk
scope?
ts
optional scope: ReadonlyArray<string | null> | string | null;Defined in: src/errors/translation-not-defined.error.ts:31
Scope of the translation that is not defined in the translations
Since
2.0.0
Author
Simon Kovtyk
token
ts
token: string;Defined in: src/errors/translation-not-defined.error.ts:17
Token for which the translation is not defined in the translations
Since
2.0.0
Author
Simon Kovtyk
value?
ts
optional value: string;Defined in: src/errors/translation-not-defined.error.ts:24
Value of the translation that is not defined in the translations
Since
2.0.0
Author
Simon Kovtyk