RpcSubscriptionsApiConfig

type RpcSubscriptionsApiConfig<TApiMethods> = Readonly<{
  planExecutor: RpcSubscriptionsPlanExecutor<ReturnType<TApiMethods[keyof TApiMethods]>>;
  requestTransformer?: RpcRequestTransformer;
}>;

Type Parameters

Type Parameter
TApiMethods extends RpcSubscriptionsApiMethods

On this page