From 08e837bf5559e9680fc8cb99bd05b93f8eb2cac5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:09:35 +0200 Subject: :sparkles: api --- api/src/global.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 api/src/global.d.ts (limited to 'api/src/global.d.ts') diff --git a/api/src/global.d.ts b/api/src/global.d.ts new file mode 100644 index 00000000..3eb70f44 --- /dev/null +++ b/api/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