Interface: TRPCRequest
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:51
All requests/responses extends this shape
Extends
Request<TRPCProcedureType, {input:unknown;lastEventId:string;path:string; }>
Properties
id?
optionalid:RequestId
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:25
Inherited from
jsonrpc?
optionaljsonrpc:"2.0"
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:26
Inherited from
method
method:
"query"|"mutation"|"subscription"
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:31
Inherited from
params
params:
object
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:36
input
input:
unknown
lastEventId?
optionallastEventId:string
The last event id that the client received
path
path:
string