glynnbird commented on code in PR #311:
URL: https://github.com/apache/couchdb-nano/pull/311#discussion_r1012668093


##########
lib/nano.d.ts:
##########
@@ -248,7 +248,7 @@ declare namespace nano {
     /** whether to get a faster changes feed by supplying 'seq_interval'   */
     fastChanges?: boolean;
     /** where to begin the changes feed: 0, now or a sequence token */
-    since?: string;
+    since?: string | number;

Review Comment:
   Yeah "since" is a bit of a nightmare isn't it? :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to