Skip to content

Commit 06f416b

Browse files
committed
Update index.d.ts
1 parent cd4e78e commit 06f416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ type Paths = {
2727
[path: string]: { origin: Boolean, kind: String, message: String }
2828
}
2929

30-
declare function mongooseValidationErrorHandler(error: Error, options?: { messages?: ValidatorMessages, paths?: paths }): Error;
30+
declare function mongooseValidationErrorHandler(error: Error, options?: { messages?: ValidatorMessages, paths?: Paths }): Error;
3131
declare namespace mongooseValidationErrorHandler {}

0 commit comments

Comments
 (0)