ModifyQuery: Improve typing for modifyQuery and query hints (#52326)

* ModifyQuery: Improve typing

* Elasticsearch: Added `modifyQuery` method to add filters in Explore (#52313)

* fixed elasticsearch `QueryFixAction` type

Co-authored-by: Sven Grossmann <Svennergr@gmail.com>
This commit is contained in:
Ivana Huckova
2022-07-18 14:13:34 +02:00
committed by GitHub
co-authored by Sven Grossmann
parent b2736ac1fe
commit 8ff152f98f
12 changed files with 68 additions and 44 deletions
@@ -506,6 +506,7 @@ export interface QueryFixAction {
type: string;
query?: string;
preventSubmit?: boolean;
options?: KeyValue<string>;
}
export interface QueryHint {