Skip to main content
Version: 11.x

Interface: TRPCSubscriptionStopNotification

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:94

The client asked the server to unsubscribe

Extends

Properties

id

id: null

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:96

Overrides

BaseRequest.id


jsonrpc?

optional jsonrpc: "2.0"

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:26

Inherited from

BaseRequest.jsonrpc


method

method: "subscription.stop"

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:31

Inherited from

BaseRequest.method