mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
feat: add orval model
This commit is contained in:
parent
b8a4fbd867
commit
3cd9e48dbb
@ -0,0 +1,16 @@
|
|||||||
|
/**
|
||||||
|
* Generated by Orval
|
||||||
|
* Do not edit manually.
|
||||||
|
* See `gen:api` script in package.json
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Data related to actionable change requests in a project.
|
||||||
|
*/
|
||||||
|
export interface ActionableChangeRequestsSchema {
|
||||||
|
/**
|
||||||
|
* The number of actionable change requests in the project.
|
||||||
|
* @minimum 0
|
||||||
|
*/
|
||||||
|
total: number;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user