mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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