/** * Ensures unified naming for DB-native functions. */ export type DBFunctionName = 'rate' | 'averageOverTime' | 'histogramQuantile';