Skip to content

Commit 7b08530

Browse files
committed
Type as unknown
1 parent 7521fbb commit 7b08530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared-business/src/components/Filters.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ export const filter = {
704704

705705
export const useFiltersProps = <
706706
Definition extends FiltersDefinition,
707-
Filters extends Record<string, string | string[] | undefined>,
707+
Filters extends Record<string, unknown>,
708708
>({
709709
filtersDefinition,
710710
filters,

0 commit comments

Comments
 (0)