1 2 3 4 5 6 7 8
// declare global { // namespace Express { // interface Request { // user_id: any; // token: any; // } // } // }