Type Alias InferWsConnectionQueryType<T>

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

Type Parameters

  • T