mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/proposal/handle-aggregation-queries-sequentially' into proposal/handle-aggregation-queries-sequentially
This commit is contained in:
		
						commit
						d785730087
					
				@ -1,6 +1,6 @@
 | 
			
		||||
import { createGauge, type Gauge } from './util/metrics';
 | 
			
		||||
 | 
			
		||||
type RestrictedRecord<T extends string[]> = Record<T[number], string>;
 | 
			
		||||
type RestrictedRecord<T extends readonly string[]> = Record<T[number], string>;
 | 
			
		||||
type Query<R> = () => Promise<R | undefined | null>;
 | 
			
		||||
type MapResult<R> = (result: R) => {
 | 
			
		||||
    count: number;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user