BaseSubscription
The base subscription for all notification messages.
Type parameters
| Type parameter |
|---|
T extends SubscriptionTypes |
Properties
| Property | Type |
|---|---|
condition | SubscriptionTypeOptions[T] |
cost | number |
created_at | string |
id | string |
status | "enabled" |
transport | BaseTransport |
type | T |
version | SubscriptionVersions[T] |