mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 06:40:35 +08:00
Merge pull request #21883 from daphnesmit/fix-elasticsearch
[ElasticSearch] skipped missing in Shards & sort values are returned in response
This commit is contained in:
2
types/elasticsearch/index.d.ts
vendored
2
types/elasticsearch/index.d.ts
vendored
@@ -137,6 +137,7 @@ export interface ShardsResponse {
|
||||
total: number;
|
||||
successful: number;
|
||||
failed: number;
|
||||
skipped: number;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -638,6 +639,7 @@ export interface SearchResponse<T> {
|
||||
fields?: any;
|
||||
highlight?: any;
|
||||
inner_hits?: any;
|
||||
sort?: string[];
|
||||
}>;
|
||||
};
|
||||
aggregations?: any;
|
||||
|
||||
Reference in New Issue
Block a user