diff options
Diffstat (limited to 'api/src/global.d.ts')
-rw-r--r-- | api/src/global.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
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 |