Skip to content

Commit 9091a67

Browse files
authored
fix(types): remove unused and incorrect exported type related to aggregation (#1041)
1 parent b99f5e7 commit 9091a67

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

types/index.d.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,16 +213,6 @@ export interface Filter {
213213
value: string;
214214
}
215215

216-
export enum Aggregator {
217-
AND = 'and',
218-
OR = 'or'
219-
}
220-
221-
export interface AggregatedFilters {
222-
aggregator: Aggregator;
223-
conditions: Filter[];
224-
}
225-
226216
export interface Query {
227217
timezone?: string;
228218
search?: string;

0 commit comments

Comments
 (0)