Skip to content
Snippets Groups Projects
Commit f1df7466 authored by michael.minelli's avatar michael.minelli
Browse files

Override the express's request type by an intersection with more informations

parent 2bc4493b
No related branches found
No related tags found
No related merge requests found
import express from 'express';
import Session from '../controllers/Session';
type ApiRequest = express.Request & {
session: Session, boundParams: {}
}
export default ApiRequest;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment