Home > @activeviam/activeui-sdk > FetchTranslation
FetchTranslation type
Takes locale and default "fetch translation" method and returns a promise resolving to the translation data.
Signature:
export declare type FetchTranslation = (a: Locale, b: () => Promise<TranslationTree>) => Promise<TranslationTree>;