/** * 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; }