UNPKG

node-bithumb

Version:
5 lines (4 loc) 148 B
import { IBithumbResponse } from './bithumb-response.interface'; export interface IPostMarketBuy extends IBithumbResponse { order_id: string; }