export interface IBithumbResponse {
    data?: unknown;
    order_id?: string;
    status: string;
}
