Hey, I have run into an issue with `req.session`, ...
# general
k
Hey, I have run into an issue with
req.session
, where it seems like TS does not detect
session
as a property of Request. I did tried to fix it somehow or find answer of what may be causing it, but couldn't find anything helpful. Here I only found one question related to this issue and the answer wasn't really helpful. I'm using Nuxt 2 with Vue and express. If I could get any help with that it would be great.