DEV Community

Discussion on: Extend Express's Request Object with Typescript Declaration Merging.

Collapse
 
peterkitonga profile image
Peter Kitonga • Edited

If anyone is still having errors with this, don't forget to import Express at the top of your file.

import { Express } from 'express'

For some reason, I couldn't get it to work without the import

Collapse
 
lucamartins profile image
Luca S. Martins

Thanks! Same problem here.

Collapse
 
tronginc profile image
Nguyễn Công Trọng

Thanks!