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 2699b78 commit f04b24fCopy full SHA for f04b24f
lib/nano.d.ts
@@ -1284,7 +1284,7 @@ declare namespace nano {
1284
'$in' | '$nin' | '$size' | '$mod' | '$regex' |
1285
'$or' | '$and' | '$nor' | '$not' | '$all' | '$allMatch' | '$elemMatch';
1286
type MangoSelector = {
1287
- [K in MangoOperator]: MangoSelector | MangoValue | MangoValue[];
+ [K in MangoOperator | string]: MangoSelector | MangoValue | MangoValue[];
1288
}
1289
1290
// http://docs.couchdb.org/en/latest/api/database/find.html#sort-syntax
0 commit comments