UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

11 lines (10 loc) 221 B
export interface CurrencyConversion { /** * currency The ISO-4217 currency code to be used */ currency: string; /** * Conversion multiple to be applied to all prices */ rate: number; }