From a8706001dbdb1ca9ccec8751745cc4c408daa3be Mon Sep 17 00:00:00 2001 From: Hongbo Miao Date: Wed, 7 Sep 2016 03:38:19 -0400 Subject: [PATCH] Update socket.io.d.ts --- socket.io/socket.io.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.io/socket.io.d.ts b/socket.io/socket.io.d.ts index abc554c065..603079e5a1 100644 --- a/socket.io/socket.io.d.ts +++ b/socket.io/socket.io.d.ts @@ -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