UNPKG

redis-time-series-ts

Version:
6 lines 168 B
import { Label } from "../../entity/label"; export interface BaseMultiResponse { key: string; labels: Label[]; } //# sourceMappingURL=baseMultiResponse.d.ts.map