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
Do you want to request a feature or report a bug?
types
What is the current behavior?
does not have types
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
things like the following does not have types for OptionsConstructor
// Expected workingmongoose.Schema.Types.Embedded.prototype.OptionsConstructor// Current workaround(mongooseasany).Schema.Types.Embedded.prototype.OptionsConstructor
What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
5.11.19
PS: the type for mongoose.SchemaTypeOptions does also not exist
The text was updated successfully, but these errors were encountered:
IslandRhythms
added
typescript
Types or Types-test related issue / Pull Request
needs clarification
This issue doesn't have enough information to be actionable. Close after 14 days of inactivity
and removed
needs clarification
This issue doesn't have enough information to be actionable. Close after 14 days of inactivity
labels
Mar 8, 2021
Do you want to request a feature or report a bug?
types
What is the current behavior?
does not have types
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
things like the following does not have types for
OptionsConstructor
What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
5.11.19
PS: the type for
mongoose.SchemaTypeOptions
does also not existThe text was updated successfully, but these errors were encountered: