mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 09:15:40 +00:00
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
declare global {
|
|
namespace Express {
|
|
interface Request {
|
|
user_id: any;
|
|
token: any;
|
|
}
|
|
}
|
|
} |