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_activated'
|
||||||
| 'subscription_renewed'
|
| 'subscription_renewed'
|
||||||
| 'subscription_purchased'
|
| 'subscription_purchased'
|
||||||
| 'devices_purchased';
|
| 'devices_purchased'
|
||||||
|
| 'traffic_purchased';
|
||||||
|
|
||||||
export interface SuccessNotificationData {
|
export interface SuccessNotificationData {
|
||||||
type: SuccessNotificationType;
|
type: SuccessNotificationType;
|
||||||
@@ -26,6 +27,10 @@ export interface SuccessNotificationData {
|
|||||||
devicesAdded?: number;
|
devicesAdded?: number;
|
||||||
/** New total device limit */
|
/** New total device limit */
|
||||||
newDeviceLimit?: number;
|
newDeviceLimit?: number;
|
||||||
|
/** Traffic GB added */
|
||||||
|
trafficGbAdded?: number;
|
||||||
|
/** New total traffic limit in GB */
|
||||||
|
newTrafficLimitGb?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface SuccessNotificationState {
|
interface SuccessNotificationState {
|
||||||
|
|||||||
Reference in New Issue
Block a user