export interface ILocale {
    name: string;
    label?: string;
}
