mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Collapsing Object|Filter to just Filter
This commit is contained in:
parent
4184a8342a
commit
a09424998b
2
elastic.js/index.d.ts
vendored
2
elastic.js/index.d.ts
vendored
@ -6765,7 +6765,7 @@ declare module elasticjs {
|
||||
/*
|
||||
Allows you to set a specified filter on this request object.
|
||||
*/
|
||||
filter(filter: Object | Filter): Request;
|
||||
filter(filter: Filter): Request;
|
||||
|
||||
/*
|
||||
A search result set could be very large (think Google). Setting the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user