1
0
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:
Thomas Heartman 2024-10-31 13:15:44 +01:00
parent b8a4fbd867
commit 3cd9e48dbb
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -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;
}