interface CurrencyRate {
    code_iso: string;
    label: string;
    rate: number;
}

Properties

Properties

code_iso: string
label: string
rate: number