UNPKG

notbank

Version:
8 lines (7 loc) 177 B
export interface CreateInverseQuoteRequest { account_id: number; from_currency: string; to_currency: string; to_amount: string | number; user_id?: string; }