UNPKG

notbank

Version:
7 lines (6 loc) 155 B
export interface CreateInverseQuoteRequest { account_id: number; from_currency: string; to_currency: string; to_amount: string | number; }