export interface TranslatableString {
    [languageKey: string]: string;
}
