rest-vir - v1.0.0
    Preparing search index...

    Type Alias ServerWebSocket<SpecificWebSocket>

    ServerWebSocket: OverwriteWebSocketMethods<
        WsWebSocket,
        OnHost,
        SpecificWebSocket,
    >

    A type alias for the WebSocket objects used by rest-vir. Currently this is the WebSocket object from the ws package.

    Type Parameters