/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * The status of the schedule. */ export type ChangeRequestScheduleSchemaOneOfThreeStatus = (typeof ChangeRequestScheduleSchemaOneOfThreeStatus)[keyof typeof ChangeRequestScheduleSchemaOneOfThreeStatus]; // eslint-disable-next-line @typescript-eslint/no-redeclare export const ChangeRequestScheduleSchemaOneOfThreeStatus = { failed: 'failed', } as const;