export default class TConfiguration {
    DefaultLocale: string;
    Locale: string;
    MissingTranslation: string;
    IsRTL: boolean;
}
