UNPKG

notbank

Version:
10 lines (8 loc) 174 B
export interface TransferFundsRequest { sender_account_id: number receiver_account_id: number currency_name: string amount: string notes?: string otp?: string }