Skip to content

Commit

Permalink
fix: FilterDataItem interface
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaZeta committed Jul 12, 2022
1 parent 167ae9d commit 020a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type Filter = {
};

interface FilterDataItem {
[key: string]: string | boolean | number | string[] | undefined;
[key: string]: unknown;
filterShow: boolean;
newGroup: boolean;
}
Expand Down

0 comments on commit 020a04e

Please sign in to comment.