You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
GRAPH.QUERY
This commit is contained in:
@@ -2,8 +2,7 @@ import { RedisArgument, ArrayReply, BlobStringReply, NumberReply, NullReply, Tup
|
|||||||
|
|
||||||
type Headers = ArrayReply<BlobStringReply>;
|
type Headers = ArrayReply<BlobStringReply>;
|
||||||
|
|
||||||
// TODO: cannot use `ArrayReply` due to circular reference
|
type Data = ArrayReply<BlobStringReply | NumberReply | NullReply | Data>;
|
||||||
type Data = Array<BlobStringReply | NumberReply | NullReply | Data>;
|
|
||||||
|
|
||||||
type Metadata = ArrayReply<BlobStringReply>;
|
type Metadata = ArrayReply<BlobStringReply>;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user