mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
12 lines
272 B
TypeScript
12 lines
272 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
import type { ChangeRequestsSchemaItem } from './changeRequestsSchemaItem';
|
|
|
|
/**
|
|
* A list of change requests
|
|
*/
|
|
export type ChangeRequestsSchema = ChangeRequestsSchemaItem[];
|