francescov1 / mongoose-tsgen

A plug-n-play Typescript generator for Mongoose.
102 stars 24 forks source link

Types for custom statics #141

Closed akshay-nm closed 3 months ago

akshay-nm commented 5 months ago

We have a plugin for soft deletes through which we add some utils on each schema. The types show up with any when generated using mtgen.

thoughts?

francescov1 commented 5 months ago

Can you share an example? And link the library you're using.

Would probably need some custom logic to handle typing the extra utils, since mtgen only looks for the expected fields from mongoose schemas. If its a popular library or if the fix is simple enough to add Im happy to add it.

akshay-nm commented 3 months ago

It's something built inhouse. No longer required by my team I guess...