UNPKG

node-bithumb

Version:
5 lines (4 loc) 162 B
import { IBithumbResponse } from './bithumb-response.interface'; export interface IBalanceResponse extends IBithumbResponse { data: Record<string, string>; }