UNPKG

redis-time-series-ts

Version:
5 lines 172 B
import { Aggregation } from "../../entity/aggregation"; export interface AggregationByKey { [key: string]: Aggregation; } //# sourceMappingURL=aggregationByKey.d.ts.map