Interface: TRPCResult<TData>
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:64
Type Parameters
| Type Parameter | Default type |
|---|---|
TData | unknown |
Properties
data
data:
TData
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:65
id?
optionalid:string
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:70
The id of the message to keep track of in case of a reconnect
type?
optionaltype:"data"
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:66