unable to access property saved in request object of express
I am a beginner to Typescript. while i was trying to save a property in req session object of express after decleration i was expexting it to reproduce the property in other function which is called by different API call but getting undefined.