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


##########
lib/nano.d.ts:
##########
@@ -965,7 +965,7 @@ declare namespace nano {
      * Can be valid update sequence or now value.
      *
      * @default 0 */
-    since?: number;
+    since?: string | number;

Review Comment:
   `now` and sequences can be accepted, so added `string |`.



-- 
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