UNPKG

notbank

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