Skip to main content
Version: 11.x

Interface: TRPCSuccessResponse<TData>

All requests/responses extends this shape

Extends

Type parameters

Parameter
TData

Properties

id

optional id: RequestId

Source

packages/core/dist/rpc/envelopes.d.ts:20

Inherited from

ResultResponse.id


jsonrpc

optional jsonrpc: "2.0"

Source

packages/core/dist/rpc/envelopes.d.ts:21

Inherited from

ResultResponse.jsonrpc


result

result: TRPCResult< TData > & {type: "data";}

result.type

optional type: "data"

Source

packages/core/dist/rpc/envelopes.d.ts:30

Inherited from

ResultResponse.result


Generated using TypeDoc and typedoc-plugin-markdown