mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Collapsing Object|Filter to just Filter
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user