Home > @activeviam/activeui-sdk > TranslationTree
TranslationTree type
Contains all translations and configuration for a specific locale
Signature:
export declare type TranslationTree = {
config: LocaleConfig;
} & {
[key: string]: string | TranslationContent;
};