UNPKG

node-bithumb

Version:
6 lines (5 loc) 174 B
import { IBithumbResponse } from './bithumb-response.interface'; export interface IBithumbErrorResponse extends IBithumbResponse { status: string; message: string; }