UNPKG

notbank

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