Skip to content

Commit

Permalink
fix(types): remove unused and incorrect exported type related to aggr…
Browse files Browse the repository at this point in the history
…egation (#1041)
  • Loading branch information
SteveBunlon authored Nov 23, 2022
1 parent b99f5e7 commit 9091a67
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,6 @@ export interface Filter {
value: string;
}

export enum Aggregator {
AND = 'and',
OR = 'or'
}

export interface AggregatedFilters {
aggregator: Aggregator;
conditions: Filter[];
}

export interface Query {
timezone?: string;
search?: string;
Expand Down

0 comments on commit 9091a67

Please sign in to comment.