Function: useSubscription()
useSubscription<
TOutput,TError>(opts):TRPCSubscriptionResult<TOutput,TError>
Defined in: tanstack-react-query/src/internals/subscriptionOptions.ts:159
Type Parameters
| Type Parameter |
|---|
TOutput |
TError |
Parameters
| Parameter | Type |
|---|---|
opts | TRPCSubscriptionOptionsOut<TOutput, TError, any> |
Returns
TRPCSubscriptionResult<TOutput, TError>