mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
nano - added startkey & endkey to DocumentListParams interface (#26749)
* added startkey & endkey to DocumentListParams interface * added comments to sh show that end_key is an alias for endkey
This commit is contained in:
committed by
Mohamed Hegazy
parent
89eff75944
commit
a4d91b3b8f
Vendored
+6
@@ -855,6 +855,9 @@ declare namespace nano {
|
||||
descending?: boolean;
|
||||
|
||||
// Stop returning records when the specified key is reached.
|
||||
endkey?: string;
|
||||
|
||||
// Stop returning records when the specified key is reached. end_key is an alias for endkey
|
||||
end_key?: string;
|
||||
|
||||
// Stop returning records when the specified document ID is reached.
|
||||
@@ -883,6 +886,9 @@ declare namespace nano {
|
||||
stale?: string;
|
||||
|
||||
// Return records starting with the specified key.
|
||||
startkey?: string;
|
||||
|
||||
// Return records starting with the specified key. start_key is an alias for startkey
|
||||
start_key?: string;
|
||||
|
||||
// Return records starting with the specified document ID.
|
||||
|
||||
Reference in New Issue
Block a user