WebSocketLikeConstructor
Minimal WebSocket constructor interface that RealtimeClient can work with.
Supply a compatible implementation (native WebSocket, ws, etc) when running outside the browser.
interface WebSocketLikeConstructor {}
[key: string]: any;