one more question: sorry for asking so much, I get...
# general
s
one more question: sorry for asking so much, I get an error in typescript req.session (session doesnt exist on req) and when npm installing @types/express-session I get error
Copy code
TS2740: Type 'Session' is missing the following properties from type 'Session': id, regenerate, destroy, reload, and 3 more
2 Views