1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-27 01:19:00 +02:00
unleash.unleash/frontend/src/openapi/models/lifecycleTrendsSchemaLifecycleTrendsCleanup.ts
Thomas Heartman e010f31a15
chore(1-3811): use real data for lifecycle trends (#10117)
Connects the lifecycle trends UI to the API and adds a functioning
projects filter. This PR also includes the generated orval models.

<img width="1534" alt="image"
src="https://github.com/user-attachments/assets/6da748d1-3625-4e36-86ee-295ab79e7ccb"
/>
2025-06-12 13:52:10 +02:00

14 lines
465 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
import type { LifecycleTrendsSchemaLifecycleTrendsCleanupCategories } from './lifecycleTrendsSchemaLifecycleTrendsCleanupCategories.js';
export type LifecycleTrendsSchemaLifecycleTrendsCleanup = {
categories: LifecycleTrendsSchemaLifecycleTrendsCleanupCategories;
medianDaysHistorically: number;
medianDaysInCurrentStage: number;
totalFlags: number;
};