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 0f48380 commit 950edafCopy full SHA for 950edaf
src/interface.ts
@@ -41,7 +41,7 @@ export type RuleType =
41
| 'email';
42
43
type Validator = (
44
- rule: Rule,
+ rule: RuleObject,
45
value: StoreValue,
46
callback: (error?: string) => void,
47
) => Promise<void> | void;
0 commit comments