mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-22 01:16:07 +02:00
12 lines
405 B
TypeScript
12 lines
405 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
import type { ChangeRequestEnvironmentConfigSchema } from './changeRequestEnvironmentConfigSchema';
|
|
|
|
/**
|
|
* A list of environment-specific [change request](https://docs.getunleash.io/reference/change-requests) configurations.
|
|
*/
|
|
export type ChangeRequestConfigSchema = ChangeRequestEnvironmentConfigSchema[];
|