export type PlatformPartnerScheduleAlreadyExistsError = { type: "PLATFORM_PARTNER_SCHEDULE_ALREADY_EXISTS"; message?: string; };