UNPKG

notbank

Version:
8 lines 173 B
export interface CreateFiatDepositRequest { account_id: number payment_method: number currency: string amount: string bank_account_id?: string voucher?: string }