francescov1 / mongoose-tsgen

A plug-n-play Typescript generator for Mongoose.
105 stars 25 forks source link

query func params #18

Closed francescov1 closed 3 years ago

francescov1 commented 3 years ago

@HoldYourWaffle Wanted to merge in before end of weekend, if you have any feedback lets start a new PR.

francescov1 commented 3 years ago

Nope, shouldnt be breaking (essentially just splits out static and method functions to use their own interfaces, rather than embedding them into the model and document interfaces respectively). These new standalone interfaces can then be used to enforce a stronger typing on the Schema.methods and Schema.statics objects and remove the need to provide the "fake this".