mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #3845 from elisee/patch-1
socket.io.d.ts: Declare Socket.conn as any
This commit is contained in:
Vendored
+1
-1
@@ -55,7 +55,7 @@ declare module SocketIO {
|
||||
interface Socket {
|
||||
rooms: string[];
|
||||
client: Client;
|
||||
conn: Socket;
|
||||
conn: any;
|
||||
request: any;
|
||||
id: string;
|
||||
emit(name: string, ...args: any[]): Socket;
|
||||
|
||||
Reference in New Issue
Block a user