UNPKG

notbank

Version:
8 lines (7 loc) 179 B
export interface CreateDirectQuoteRequest { account_id: number; from_currency: string; from_amount: string | number; to_currency: string; operation: string; }