Cannot read custom property – TS2339: Property ‘user’ does not exist on type ‘Session & Partial’
I am trying to implement session-based authentication system with using Express.js + TypeScript.
I am trying to implement session-based authentication system with using Express.js + TypeScript.