UNPKG

notbank

Version:
11 lines (10 loc) 263 B
import { FiatDepositPaymentMethod } from "../enums" export interface CreateFiatDepositRequest { account_id: number payment_method: FiatDepositPaymentMethod currency: string amount: string bank_account_id?: string voucher?: string user_id?: string }