Interface: TRPCConnectionParamsMessage
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:150
The client sends connection params - always sent as the first message
Extends
BaseRequest<"connectionParams">
Properties
data
data:
null|Dict<string>
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:152
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:
"connectionParams"
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:31