Skip to content

Commit d1e0b2e

Browse files
committed
init chat
1 parent 8d4fdbb commit d1e0b2e

File tree

5 files changed

+4298
-5313
lines changed

5 files changed

+4298
-5313
lines changed

modules.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
import { Server } from 'socket.io';
12
import { JwtPayload } from '../utils/auth.utils';
23
import { Config } from './src/config/config.service';
34

45
declare global {
56
namespace Express {
67
export interface Request {
78
user: JwtPayload;
9+
io: Server;
810
}
911
}
1012

0 commit comments

Comments
 (0)