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

    Type Alias ConnectTestServiceWebSocket<Service>

    ConnectTestServiceWebSocket: {
        [WebSocketPath in keyof Service["webSockets"]]: Service["webSockets"][WebSocketPath] extends GenericWebSocketDefinition
            ? ConnectTestWebSocket<Service["webSockets"][WebSocketPath]>
            : never
    }

    Type for the connectWebSocket function provided by testService and describeService.

    Type Parameters