mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #1052 from lukasolson/patch-1
Add id to Socket interface
This commit is contained in:
Vendored
+1
@@ -15,6 +15,7 @@ declare module "socket.io" {
|
||||
}
|
||||
|
||||
interface Socket {
|
||||
id: string;
|
||||
json:any;
|
||||
log: any;
|
||||
volatile: any;
|
||||
|
||||
Reference in New Issue
Block a user