Skip to content

Commit 8fea913

Browse files
committed
export type
1 parent b2fe7e9 commit 8fea913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/time-series/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export {
55
} from './commands';
66
export { TIME_SERIES_AGGREGATION_TYPE, TimeSeriesAggregationType } from './commands/CREATERULE';
77
export { TIME_SERIES_BUCKET_TIMESTAMP, TimeSeriesBucketTimestamp } from './commands/RANGE';
8-
export { TIME_SERIES_REDUCERS } from './commands/MRANGE_GROUPBY';
8+
export { TIME_SERIES_REDUCERS, TimeSeriesReducer } from './commands/MRANGE_GROUPBY';

0 commit comments

Comments
 (0)