export interface TranslationRes { [x: string]: string | TranslationRes; }