diff --git a/socket.io/socket.io.d.ts b/socket.io/socket.io.d.ts index 0908bc6ca..896643e4a 100644 --- a/socket.io/socket.io.d.ts +++ b/socket.io/socket.io.d.ts @@ -15,6 +15,7 @@ declare module "socket.io" { } interface Socket { + id: string; json:any; log: any; volatile: any;