export interface ILocalSystemConfigurationsDTO { defaultLanguage: string; supportedLanguages: string[]; }