mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #18966 from anselmstordeur/master
elasticsearch: Change SearchResponse _version parameter to optional
This commit is contained in:
Vendored
+1
-1
@@ -626,7 +626,7 @@ declare module Elasticsearch {
|
||||
_id: string;
|
||||
_score: number;
|
||||
_source: T;
|
||||
_version: number;
|
||||
_version?: number;
|
||||
_explanation?: Explanation;
|
||||
fields?: any;
|
||||
highlight?: any;
|
||||
|
||||
Reference in New Issue
Block a user