Interface ExchangeRate

interface ExchangeRate {
    code: string;
    rate: number;
}

Properties

Properties

code: string
rate: number