In my application, I am using declaration merging to customize the Request type from Express.
Request
declare global { namespace Express { export inter