Skip to content

Instantly share code, notes, and snippets.

@Nepoxx
Created August 4, 2016 14:24
Show Gist options
  • Save Nepoxx/5f7897ec4ead6c6352679433d9cfa0de to your computer and use it in GitHub Desktop.
Save Nepoxx/5f7897ec4ead6c6352679433d9cfa0de to your computer and use it in GitHub Desktop.
interface RequestHandler {
(req: Request, res: Response, next: NextFunction): any;
}
// where Request...
interface Request extends http.ServerRequest, Express.Request {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment