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 d1b3c4f commit 3c153b1Copy full SHA for 3c153b1
lib/nano.d.ts
@@ -248,7 +248,7 @@ declare namespace nano {
248
/** whether to get a faster changes feed by supplying 'seq_interval' */
249
fastChanges?: boolean;
250
/** where to begin the changes feed: 0, now or a sequence token */
251
- since?: string;
+ since?: string | number;
252
/** whether to return document bodies too */
253
includeDocs?: boolean;
254
/** number of milliseconds when the longpoll request will timeout */
@@ -965,7 +965,7 @@ declare namespace nano {
965
* Can be valid update sequence or now value.
966
*
967
* @default 0 */
968
- since?: number;
969
970
/** Specifies how many revisions are returned in the changes array.
971
0 commit comments