interface
PluginMessageCatalog
interface PluginMessageCatalog { ... }Public interface PluginMessageCatalog from @riducms/translations.
Source packages/translations/src/index.ts:19
fallbackReadonly<Record<string, TranslationMessage>>- The fallback value.
translationsReadonly<Record<string, Readonly<Record<string, TranslationMessage>>>>- The translations value.