import { IBithumbResponse } from './bithumb-response.interface';
export interface IPostWithDrawalKrw extends IBithumbResponse {
}
