SubscriptionStatusChangeEvent

Interface: SubscriptionStatusChangeEvent

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

Event emitted when subscription status changes

Properties

previousStatus

ts
previousStatus: SubscriptionStatus;
previousStatus: SubscriptionStatus;

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


status

ts
status: SubscriptionStatus;
status: SubscriptionStatus;

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


subscription

ts
subscription: Subscription;
subscription: Subscription;

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


type

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

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

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.