effect-rpc
    Preparing search index...

    Type Alias InferClient<T>

    InferClient: T extends RpcGroup.RpcGroup<infer R>
        ? RpcClient.RpcClient<R>
        : never

    Infers the client type for a given RPC group.

    Type Parameters

    • T

      The type to infer the client from, expected to be an instance of RpcGroup.RpcGroup.