SourceLocaleNotDefinedStateSnapshot
ts
type SourceLocaleNotDefinedStateSnapshot = object;Defined in: src/errors/source-locale-not-defined.error.ts:10
Snapshot of the SourceLocaleNotDefinedError properties for serialization purposes
Since
2.0.0
Author
Simon Kovtyk
Properties
locale?
ts
optional locale: LocaleConfig;Defined in: src/errors/source-locale-not-defined.error.ts:17
LocaleConfig of the source locale that is not defined in the translation configuration
Since
2.0.0
Author
Simon Kovtyk