Interface: TRPCSubscriptionPendingResult<TOutput>
Defined in: packages/react-query/src/shared/hooks/types.ts:213
Extends
TRPCSubscriptionBaseResult
<TOutput
,undefined
>
Type Parameters
Type Parameter |
---|
TOutput |
Properties
data
data:
undefined
|TOutput
Defined in: packages/react-query/src/shared/hooks/types.ts:216
Overrides
TRPCSubscriptionBaseResult
.data
error
error:
null
Defined in: packages/react-query/src/shared/hooks/types.ts:217
Overrides
TRPCSubscriptionBaseResult
.error
reset()
reset: () =>
void
Defined in: packages/react-query/src/shared/hooks/types.ts:196
Reset the subscription
Returns
void
Inherited from
TRPCSubscriptionBaseResult
.reset
status
status:
"pending"
Defined in: packages/react-query/src/shared/hooks/types.ts:215