/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * Whether the query against prometheus succeeded or failed */ export type RequestsPerSecondSchemaStatus = (typeof RequestsPerSecondSchemaStatus)[keyof typeof RequestsPerSecondSchemaStatus]; // eslint-disable-next-line @typescript-eslint/no-redeclare export const RequestsPerSecondSchemaStatus = { success: 'success', failure: 'failure', } as const;