correct typings for mongoose model#110
Conversation
|
Hey @sojharo, sorry for the delay, and thanks for the contribution! Did you test the types manually for both MongoDB Collections and Mongoose Models? If you feel like an automated test (just running |
|
Hey, I had the library installed in my current project and went into |
|
@lorensr Any progress on this PR ? |
|
Hey, yes. I had tested them with tsc and also tested it with my project by doing these changes directly inside installed version inside node_modules folder. |
Types should not extend Document as per discussion in #88