Allow arbitrary attributes in FilterOptions

This commit is contained in:
Zef Hemel
2022-12-05 11:41:28 +01:00
parent 8c62ca981e
commit b24c2996be
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ export type FilterOption = {
name: string;
orderId?: number;
hint?: string;
};
} & Record<string, any>;