Type Alias InferWsResponseCommandsType<T>

InferWsResponseCommandsType: T extends WsApi<
    infer _RequestCommandsT,
    infer ResponseCommandsT,
    infer _QueryT,
>
    ? ResponseCommandsT
    : never

Type Parameters

  • T