mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-18 11:14:57 +02:00
18 lines
403 B
TypeScript
18 lines
403 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
/**
|
|
* An API versioning number
|
|
* @minimum 1
|
|
*/
|
|
export type FeatureEventsSchemaVersion =
|
|
(typeof FeatureEventsSchemaVersion)[keyof typeof FeatureEventsSchemaVersion];
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
export const FeatureEventsSchemaVersion = {
|
|
NUMBER_1: 1,
|
|
} as const;
|