Type alias CurrencyAmount

CurrencyAmount: {
    currency: Currency;
    value: string;
}

Type declaration