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 206edb6 commit b6b3225Copy full SHA for b6b3225
index.d.ts
@@ -680,7 +680,7 @@ declare module 'fastest-validator' {
680
/**
681
* Description of validation rule definition for a some property
682
*/
683
- type ValidationRule = ValidationRuleObject | ValidationRuleObject[] | ValidationRuleName | number;
+ type ValidationRule = ValidationRuleObject | ValidationRuleObject[] | ValidationRuleName;
684
685
686
* Definition for validation schema based on validation rules
0 commit comments