Skip to content

Commit 83d1d75

Browse files
committed
fix: fix merge conflict issue for #13904 with #13964
1 parent ebee099 commit 83d1d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/models.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ declare module 'mongoose' {
374374
options: InsertManyOptions & { ordered: false; rawResult: true; }
375375
): Promise<mongodb.InsertManyResult<Require_id<TRawDocType>> & {
376376
mongoose: {
377-
validationErrors: Error[];
377+
validationErrors: (CastError | Error.ValidatorError)[];
378378
results: Array<
379379
Error |
380380
Object |

0 commit comments

Comments
 (0)