Interface: TRPCRequest
All requests/responses extends this shape
Extends
Request
<TRPCProcedureType
, {input
:unknown
;path
:string
;} >
Properties
id
optional
id:RequestId
Source
packages/core/dist/rpc/envelopes.d.ts:20
Inherited from
jsonrpc
optional
jsonrpc:"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:
unknown
params.path
path:
string
Source
packages/core/dist/rpc/envelopes.d.ts:27
Inherited from
Generated using TypeDoc and typedoc-plugin-markdown