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.
2 parents c550abf + 0bb4466 commit c8a1096Copy full SHA for c8a1096
index.d.ts
@@ -22,7 +22,7 @@ declare interface ValidationRuleObject {
22
convert?: boolean;
23
items?: string;
24
props?: ValidationSchema;
25
- check?: (value: any, ValidationSchema) => boolean | ValidationResult;
+ check?: (value: any, schema: ValidationSchema) => boolean | ValidationResult;
26
}
27
28
declare type ValidationRule = ValidationRuleObject | ValidationRuleObject[] | string;
0 commit comments