UNPKG

notbank

Version:
9 lines (8 loc) 192 B
export interface CreateFiatDepositRequest { account_id: number; payment_method: number; currency: string; amount: string; bank_account_id?: string; voucher?: string; }