/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ export type HealthCheckSchemaHealth = typeof HealthCheckSchemaHealth[keyof typeof HealthCheckSchemaHealth]; // eslint-disable-next-line @typescript-eslint/no-redeclare export const HealthCheckSchemaHealth = { GOOD: 'GOOD', BAD: 'BAD', } as const;