/** 영수증 내 하위 상점 거래 등록 응답 */
export type RegisterStoreReceiptResponse = {
    /** 결제 영수증 URL */
    receiptUrl?: string;
};
