Relative Content

Tag Archive for typescriptexpressmongoosemongoose-plugins

How can I override the typeof mongoose Model methods in typescript

Hello, everyone I’m trying to write a history log for DB modification like edit, delete, find, etc… and also i want to define which user is done this modifications so the user data is saved in res.locals.user and i wrote a function that will act like a middleware between the method call and DB query […]