We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa605a commit 5c9d390Copy full SHA for 5c9d390
src/interface.ts
@@ -4,8 +4,7 @@ import { ReducerAction } from './useForm';
4
export type InternalNamePath = (string | number)[];
5
export type NamePath = string | number | InternalNamePath;
6
7
-type StoreBaseValue = string | number | boolean;
8
-export type StoreValue = StoreBaseValue | Store | StoreBaseValue[];
+export type StoreValue = any;
9
export interface Store {
10
[name: string]: StoreValue;
11
}
0 commit comments