Skip to content

Commit

Permalink
fix: fix merge conflict issue for #13904 with #13964
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 11, 2023
1 parent ebee099 commit 83d1d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/models.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ declare module 'mongoose' {
options: InsertManyOptions & { ordered: false; rawResult: true; }
): Promise<mongodb.InsertManyResult<Require_id<TRawDocType>> & {
mongoose: {
validationErrors: Error[];
validationErrors: (CastError | Error.ValidatorError)[];
results: Array<
Error |
Object |
Expand Down

0 comments on commit 83d1d75

Please sign in to comment.