summary refs log tree commit diff
path: root/src/global.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-26 00:12:27 +0200
committerGitHub <noreply@github.com>2021-04-26 00:12:27 +0200
commit40e86e43a40a1b64eedeb2a2e5238bf6c1bb7afd (patch)
tree9f2883ce00b27e5ee431529f6d8a0ce4965f17a8 /src/global.d.ts
parent:bug: fix dev script (diff)
parentMerge branch 'master' of https://github.com/aryan0078/fosscord-api (diff)
downloadserver-40e86e43a40a1b64eedeb2a2e5238bf6c1bb7afd.tar.xz
Merge pull request #86 from aryan0078/master
Channel Delete + Modify 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