export interface FindKakaoPayOrder {
    /** 카카오페이 주문 번호 (tid) */
    pgTxId: string;
    /** 채널키 */
    channelKey: string;
}
