Interface ExchangeRateModel

interface ExchangeRateModel {
    comment: string;
    country: string;
    currency: string;
    isoA2Code: string;
    isoA3Code: string;
    value: number;
}

Properties

comment: string
country: string
currency: string
isoA2Code: string
isoA3Code: string
value: number