UNPKG

node-bithumb

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