mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
parent
d74bee472f
commit
d057703b2f
@ -21,6 +21,8 @@ export type ExecutiveSummarySchemaProjectFlagTrendsItem = {
|
|||||||
timeToProduction?: number;
|
timeToProduction?: number;
|
||||||
/** The number of all flags on a particular day */
|
/** The number of all flags on a particular day */
|
||||||
total: number;
|
total: number;
|
||||||
|
/** The number of users who have access to the project */
|
||||||
|
users?: number;
|
||||||
/** Year and week in a given year for which the stats were calculated */
|
/** Year and week in a given year for which the stats were calculated */
|
||||||
week: string;
|
week: string;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user