Add type for new variable in Request object.

declare global {
  namespace Express {
    interface Request {
      context: Context
    }
  }
}