SubscriptionUnsubscribedEvent

Interface: SubscriptionUnsubscribedEvent

Defined in: packages/db/src/types.ts:182

Event emitted when subscription is unsubscribed

Properties

subscription

ts
subscription: Subscription;
subscription: Subscription;

Defined in: packages/db/src/types.ts:184


type

ts
type: "unsubscribed";
type: "unsubscribed";

Defined in: packages/db/src/types.ts:183