UNPKG

notbank

Version:
10 lines (9 loc) 218 B
import { YieldProductType } from "../enums" export interface DepositToYieldRequest { account_id: number amount: number | string product_id: number currency: string type: YieldProductType user_id?: string }