From aeecd50b77f7ad26f4f24e1f38d18ef09f875ddf Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 26 Apr 2021 03:40:20 +0530 Subject: Channel Delete + Update Route --- src/global.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/global.d.ts (limited to 'src/global.d.ts') diff --git a/src/global.d.ts b/src/global.d.ts new file mode 100644 index 00000000..3eb70f44 --- /dev/null +++ b/src/global.d.ts @@ -0,0 +1,8 @@ +declare global { + namespace Express { + interface Request { + user_id: any; + token: any; + } + } +} \ No newline at end of file -- cgit 1.5.1