UNPKG

redis-time-series-ts

Version:
7 lines 218 B
import { StringNumberArray } from "../../index"; export interface CommandData { commandName: string; commandFunction: () => any; commandParams: StringNumberArray; } //# sourceMappingURL=commandData.d.ts.map