Skip to content

Commit

Permalink
update openapi: add users to insights (#6401)
Browse files Browse the repository at this point in the history
frontend types update
  • Loading branch information
Tymek committed Mar 1, 2024
1 parent d74bee4 commit d057703
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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;
};

0 comments on commit d057703

Please sign in to comment.