UNPKG
redis-time-series-ts
Version:
latest (1.3.0)
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
Javascript RedisTimeSeries client
github.com/averias/redis-time-series
averias/redis-time-series
redis-time-series-ts
/
lib
/
command
/
interface
/
commandData.d.ts
7 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
StringNumberArray
}
from
"../../index"
;
export
interface
CommandData
{
commandName
:
string
;
commandFunction
:
() =>
any
;
commandParams
:
StringNumberArray
; }
//# sourceMappingURL=commandData.d.ts.map