1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

update openapi: add users to insights (#6401)

frontend types update
This commit is contained in:
Tymoteusz Czech 2024-03-01 10:45:04 +01:00 committed by GitHub
parent d74bee472f
commit d057703b2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@ export type ExecutiveSummarySchemaProjectFlagTrendsItem = {
timeToProduction?: number;
/** The number of all flags on a particular day */
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 */
week: string;
};