Interface: TRPCRequest
All requests/responses extends this shape
Extends
Request<TRPCProcedureType, {input:unknown;path:string;} >
Properties
id
optionalid:RequestId
Source
packages/core/dist/rpc/envelopes.d.ts:20
Inherited from
jsonrpc
optionaljsonrpc:"2.0"
Source
packages/core/dist/rpc/envelopes.d.ts:21
Inherited from
method
method:
"query"|"mutation"|"subscription"
Source
packages/core/dist/rpc/envelopes.d.ts:24
Inherited from
params
params:
object
Type declaration
params.input
input:
unknownparams.path
path:
string
Source
packages/core/dist/rpc/envelopes.d.ts:27
Inherited from
Generated using TypeDoc and typedoc-plugin-markdown