mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-13 11:17:26 +02:00
13 lines
430 B
TypeScript
13 lines
430 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
/**
|
|
* One or more features whose variants have been changed in a scheduled change request. This applies to flag-level variants. For changes to strategy variants, use the `strategyId` query parameter with the relevant strategy's ID.
|
|
*/
|
|
export type ChangeRequestScheduledQueryParamsSchemaVariantForFlag =
|
|
| string[]
|
|
| string;
|