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