mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Update successNotification.ts
This commit is contained in:
@@ -6,7 +6,8 @@ export type SuccessNotificationType =
|
||||
| 'subscription_activated'
|
||||
| 'subscription_renewed'
|
||||
| 'subscription_purchased'
|
||||
| 'devices_purchased';
|
||||
| 'devices_purchased'
|
||||
| 'traffic_purchased';
|
||||
|
||||
export interface SuccessNotificationData {
|
||||
type: SuccessNotificationType;
|
||||
@@ -26,6 +27,10 @@ export interface SuccessNotificationData {
|
||||
devicesAdded?: number;
|
||||
/** New total device limit */
|
||||
newDeviceLimit?: number;
|
||||
/** Traffic GB added */
|
||||
trafficGbAdded?: number;
|
||||
/** New total traffic limit in GB */
|
||||
newTrafficLimitGb?: number;
|
||||
}
|
||||
|
||||
interface SuccessNotificationState {
|
||||
|
||||
Reference in New Issue
Block a user