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

    Type Alias FlipWebSocketLocation<Location>

    FlipWebSocketLocation: Location extends OnHost ? OnClient : OnHost

    Returns the inverse WebSocket location compared to the given WebSocket location. For example, passing in WebSocketLocation.OnHost here will give you WebSocketLocation.OnClient.

    Type Parameters