Type Alias WebsocketRequestWithConnection<Connection>

WebsocketRequestWithConnection: {
    connection: Connection;
    request: WebsocketRequest;
}

A websocket request with the connection that belongs to it.

Type Parameters

Type declaration