Interface: Request<TMethod, TParams>
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:34
All requests/responses extends this shape
Extends
BaseRequest<TMethod>
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
TMethod extends string | string |
TParams | unknown |
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:
TMethod
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:31
Inherited from
params
params:
TParams
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:36