/** 결제 예약 건 */
export type PaymentScheduleSummary = {
    /** 결제 예약 건 아이디 */
    id: string;
};
