summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/models/elasticSearch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/models/elasticSearch.ts')
-rw-r--r--sdnr/wt/odlux/framework/src/models/elasticSearch.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/framework/src/models/elasticSearch.ts b/sdnr/wt/odlux/framework/src/models/elasticSearch.ts
index 7c12f97d3..a9936c0ad 100644
--- a/sdnr/wt/odlux/framework/src/models/elasticSearch.ts
+++ b/sdnr/wt/odlux/framework/src/models/elasticSearch.ts
@@ -1,4 +1,5 @@
export type Result<TSource extends {}> = {
+ aggregations: TSource;
took: number;
timed_out: boolean;
_shards: {
@@ -30,7 +31,7 @@ type ActionResponse ={
successful: number,
failed: number
},
-
+
}
export type PostResponse = ActionResponse & {