Skip to main content
Version: 11.x

Interface: TRPCSubscriptionStopNotification

The client asked the server to unsubscribe

Extends

Properties

id

id: null

Source

packages/core/dist/rpc/envelopes.d.ts:58

Overrides

BaseRequest.id


jsonrpc

optional jsonrpc: "2.0"

Source

packages/core/dist/rpc/envelopes.d.ts:21

Inherited from

BaseRequest.jsonrpc


method

method: "subscription.stop"

Source

packages/core/dist/rpc/envelopes.d.ts:24

Inherited from

BaseRequest.method


Generated using TypeDoc and typedoc-plugin-markdown