mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Update socket.io.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -47,7 +47,7 @@ interface SocketIOStatic {
|
||||
declare namespace SocketIO {
|
||||
|
||||
interface Server {
|
||||
engine: { ws: WebSocketServer };
|
||||
engine: { ws: any };
|
||||
|
||||
/**
|
||||
* A dictionary of all the namespaces currently on this Server
|
||||
|
||||
Reference in New Issue
Block a user