We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fe7e9 commit 8fea913Copy full SHA for 8fea913
packages/time-series/lib/index.ts
@@ -5,4 +5,4 @@ export {
5
} from './commands';
6
export { TIME_SERIES_AGGREGATION_TYPE, TimeSeriesAggregationType } from './commands/CREATERULE';
7
export { TIME_SERIES_BUCKET_TIMESTAMP, TimeSeriesBucketTimestamp } from './commands/RANGE';
8
-export { TIME_SERIES_REDUCERS } from './commands/MRANGE_GROUPBY';
+export { TIME_SERIES_REDUCERS, TimeSeriesReducer } from './commands/MRANGE_GROUPBY';
0 commit comments