We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b64506 commit 622c004Copy full SHA for 622c004
1 file changed
types/index.d.ts
@@ -60,6 +60,7 @@ export interface ajvValidatorOptions {
60
ajvConfigParams?: object;
61
beautifyErrors?: boolean;
62
contentTypeValidation?: boolean;
63
+ errorFormatter?: (errors: ErrorDetails, options: ajvValidatorOptions) => Error;
64
expectFormFieldsInBody?: boolean;
65
firstError?: boolean;
66
framework?: frameworks;
0 commit comments