Skip to content

Commit

Permalink
Fixed TermsQuery
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Sep 10, 2024
1 parent fef5c9b commit 23890e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/_types/_common.query_dsl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ export interface TermQuery extends QueryBase {
value: Common.FieldValue;
}

export interface TermsQuery QueryBase | {
export type TermsQuery = QueryBase | {
id?: Common.Id;
index?: Common.IndexName;
path?: Common.Field;
Expand Down

0 comments on commit 23890e5

Please sign in to comment.