Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
289Adam289 committed Sep 5, 2024
1 parent e7b253a commit 15bb04e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Search/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ type SearchQueryJSON = {
hash: number;
} & SearchQueryAST;

type NewQueryFilter = {
operator: ValueOf<typeof CONST.SEARCH.SYNTAX_OPERATORS>;
value: string[];
};

type NewFilter = NewQueryFilter[];

export type {
SelectedTransactionInfo,
SelectedTransactions,
Expand Down

0 comments on commit 15bb04e

Please sign in to comment.