Mongoose-TypeScript-example icon indicating copy to clipboard operation
Mongoose-TypeScript-example copied to clipboard

CreateQuery doesn't exist?

Open dylanh724 opened this issue 3 years ago • 2 comments

image

I can import anything else fine from 'mongoose' -- just CreateQuery.

dylanh724 avatar Mar 07 '21 04:03 dylanh724

Have you installed @types/mongoose?

tomanagle avatar May 13 '21 22:05 tomanagle

Afaik @types/mongoose is deprecated since mongoose now exports its own types and those don't include CreateQuery for some reason. Instead I just use a normal interface as the document type for insert queries.

DaDoBaag avatar Sep 02 '21 15:09 DaDoBaag