mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
declare global {
|
|
namespace Express {
|
|
interface Request {
|
|
user_id: any;
|
|
token: any;
|
|
}
|
|
}
|
|
} |