Skip to main content
Version: 11.x

Type Alias: TRPCSubscriptionResult<TOutput, TError>

TRPCSubscriptionResult<TOutput, TError>: TRPCSubscriptionIdleResult<TOutput> | TRPCSubscriptionConnectingResult<TOutput, TError> | TRPCSubscriptionErrorResult<TOutput, TError> | TRPCSubscriptionPendingResult<TOutput>

Type Parameters

Type Parameter
TOutput
TError

Defined in

packages/react-query/src/shared/hooks/types.ts:222