export type PlatformContractScheduleAlreadyExistsError = { type: "PLATFORM_CONTRACT_SCHEDULE_ALREADY_EXISTS"; message?: string; };