SubscriptionStatusChangeEvent

Interface: SubscriptionStatusChangeEvent

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

Event emitted when subscription status changes

Properties

previousStatus

ts
previousStatus: SubscriptionStatus;
previousStatus: SubscriptionStatus;

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


status

ts
status: SubscriptionStatus;
status: SubscriptionStatus;

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


subscription

ts
subscription: Subscription;
subscription: Subscription;

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


type

ts
type: "status:change";
type: "status:change";

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

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.