Closed albesdev closed 5 years ago
Please, use our Discord channel (support) for such questions. We are using GitHub to track bugs, feature requests, and potential improvements.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
does @types/mongoose needs upgrade to be used with this nestjs example?
I get this error:
interface Device Interface 'Device' incorrectly extends interface 'Document'. Types of property 'model' are incompatible. Type 'string' is not assignable to type '<T extends Document>(name: string) => Model<T, {}>'.ts(2430) Peek Problem No quick fixes available