LocaleNotDefinedStateSnapshot
ts
type LocaleNotDefinedStateSnapshot = object;Defined in: src/errors/locale-not-defined.error.ts:10
Snapshot of the LocaleNotDefinedError properties for serialization purposes.
Since
2.0.0
Author
Simon Kovtyk
Properties
locale
ts
locale: LocaleConfig;Defined in: src/errors/locale-not-defined.error.ts:17
LocaleConfig, that is not defined
Since
2.0.0
Author
Simon Kovtyk