export type TranslationType = {
    [key: string]: string | TranslationType;
};
