TranslationDictionary – GBG IDscan Documentation

TranslationDictionary

A collection of TranslationKeys and their translations

Signature:

export declare type TranslationDictionary = Record<TranslationKey, string>;
Was this page helpful?