yaschema-ws-api
    Preparing search index...

    Type Alias InferWsConnectionQueryType<T>

    InferWsConnectionQueryType: T extends WsApi<
        infer _RequestCommandsT,
        infer _ResponseCommandsT,
        infer QueryT,
    >
        ? QueryT
        : never

    Type Parameters

    • T