/** 파트너 수정 예약 건이 존재하는 경우 */ export type PlatformPartnerScheduleExistsError = { type: "PLATFORM_PARTNER_SCHEDULE_EXISTS"; message?: string; };