export interface xCurrencySettings {
    key: string;
    initialValue: number;
    description: string;
    index: boolean;
}
