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