export interface FindKakaoPayOrder {
    /** HTTP 상태코드 */
    statusCode: number;
    /** HTTP 응답 본문 (JSON) */
    body: string;
}
