We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b021dd commit 7f34c86Copy full SHA for 7f34c86
1 file changed
stream.ts
@@ -43,7 +43,7 @@ export type XReadReplyRaw = XReadStreamRaw[];
43
* which will represent the the epoch Millis with
44
* seqNo of zero. (Especially useful is to pass 0.)
45
*/
46
-export type XIdInput = XId | [number, number] | number;
+export type XIdInput = XId | [number, number] | number | string;
47
/**
48
* ID input type for XADD, which is allowed to include the
49
* "*" operator. */
0 commit comments