We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b9aa5 commit 5f8f73eCopy full SHA for 5f8f73e
1 file changed
types/index.d.ts
@@ -19,7 +19,7 @@ export { validate };
19
export class InputValidationError extends Error {
20
errors: Array<ErrorDetails | string>;
21
22
- constructor(errors: Array<ErrorDetails>, path?: string, method?: string, options?: inputValidationOptions)
+ constructor(errors: Array<ErrorDetails>, options?: inputValidationOptions)
23
}
24
25
export interface ErrorDetails {
0 commit comments