Type Alias RpcConfig<TRpcMethods, TRpcTransport>

RpcConfig: Readonly<{ api: RpcApi<TRpcMethods>; transport: TRpcTransport }>

Type Parameters