summary refs log tree commit diff
path: root/src/api/global.d.ts
blob: ed23cacbb5c1e410edd08ebd10ec882c86f4adb2 (plain) (blame)
1
2
3
4
5
6
7
8
// declare global {
// 	namespace Express {
// 		interface Request {
// 			user_id: any;
// 			token: any;
// 		}
// 	}
// }