NestJS-GraphQL icon indicating copy to clipboard operation
NestJS-GraphQL copied to clipboard

HookNextFunction issue

Open tural-ali opened this issue 3 years ago • 0 comments

Hello. I'm getting following error message when I try to run the part-3. any idea?

Namespace '"mongoose"' has no exported member 'HookNextFunction'.

38 UserSchema.pre('save', async function (next: mongoose.HookNextFunction) {

tural-ali avatar Mar 01 '22 14:03 tural-ali