You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure the issue has not already been raised
Issue
version: 5.x
In model.js Model has a method bulkSave, but it is not added in the Model interface of index.d.ts. This creates an issue while using typescript with strict typechecking.
The text was updated successfully, but these errors were encountered:
If I migrate to 6.x, I may have to test everything for backward compatibility. Since on ugrading to 6.x, I have noticed mongoose.connect method's ConnectOptions have changed ( Eg: useUnifiedTopology options is not available in 6.x options ).
Prerequisites
Issue
version: 5.x
In model.js Model has a method bulkSave, but it is not added in the Model interface of index.d.ts. This creates an issue while using typescript with strict typechecking.
The text was updated successfully, but these errors were encountered: