mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Merge pull request #4503 from FalloutPL/patch-1
Missing id for Client interface
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