interface Currency {
    exchangeRate: number;
}

Properties

Properties

exchangeRate: number