Skip to content

Commit 2d4bd71

Browse files
authoredSep 22, 2021
Type update_seq as optional in DocumentViewResponse (#278)
1 parent 3f75e28 commit 2d4bd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/nano.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ declare namespace nano {
16631663
total_rows: number;
16641664

16651665
/** Current update sequence for the database */
1666-
update_seq: any;
1666+
update_seq?: any;
16671667
}
16681668

16691669

0 commit comments

Comments
 (0)
Please sign in to comment.