mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Missing id for Client interface
It`s exposed in: https://github.com/Automattic/socket.io/blob/master/lib/client.js#L28
This commit is contained in:
Vendored
+1
@@ -91,5 +91,6 @@ declare module SocketIO {
|
||||
interface Client {
|
||||
conn: any;
|
||||
request: any;
|
||||
id: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user