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 cd4e78e commit 06f416bCopy full SHA for 06f416b
index.d.ts
@@ -27,5 +27,5 @@ type Paths = {
27
[path: string]: { origin: Boolean, kind: String, message: String }
28
}
29
30
-declare function mongooseValidationErrorHandler(error: Error, options?: { messages?: ValidatorMessages, paths?: paths }): Error;
+declare function mongooseValidationErrorHandler(error: Error, options?: { messages?: ValidatorMessages, paths?: Paths }): Error;
31
declare namespace mongooseValidationErrorHandler {}
0 commit comments