1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-21 13:47:39 +02:00
unleash.unleash/frontend/src/openapi/models/healthOverviewSchemaDefaultStickiness.ts
2023-03-21 11:10:07 +02:00

20 lines
603 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
/**
* A default stickiness for the project affecting the default stickiness value for variants and Gradual Rollout strategy
*/
export type HealthOverviewSchemaDefaultStickiness =
typeof HealthOverviewSchemaDefaultStickiness[keyof typeof HealthOverviewSchemaDefaultStickiness];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const HealthOverviewSchemaDefaultStickiness = {
default: 'default',
userId: 'userId',
sessionId: 'sessionId',
random: 'random',
} as const;