import { IBithumbResponse } from './bithumb-response.interface';
export interface IBalanceResponse extends IBithumbResponse {
    data: Record<string, string>;
}
