summary refs log tree commit diff
path: root/src/global.d.ts
diff options
context:
space:
mode:
authorYour Name <aryan8931080555@gmail.com>2021-04-26 03:40:20 +0530
committerYour Name <aryan8931080555@gmail.com>2021-04-26 03:40:20 +0530
commitaeecd50b77f7ad26f4f24e1f38d18ef09f875ddf (patch)
tree9f2883ce00b27e5ee431529f6d8a0ce4965f17a8 /src/global.d.ts
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-aeecd50b77f7ad26f4f24e1f38d18ef09f875ddf.tar.xz
Channel Delete + Update Route
Diffstat (limited to 'src/global.d.ts')
-rw-r--r--src/global.d.ts8
1 files changed, 8 insertions, 0 deletions
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