rest-vir - v2.2.0
    Preparing search index...

    Type Alias WebSocketSendAndWaitForReplyParams<Location, ThisWebSocket>

    WebSocketSendAndWaitForReplyParams: HasRequiredKeys<
        SendAndWaitForReplyParamObject<Location, ThisWebSocket>,
    > extends true
        ? [SendAndWaitForReplyParamObject<Location, ThisWebSocket>]
        : [SendAndWaitForReplyParamObject<Location, ThisWebSocket>?]

    Collapsed version of WebSocketSendAndWaitForReplyParams for the sendAndWaitForReply method that only requires an object parameter if the parameters object has any required keys.

    Type Parameters