mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Update successNotification.ts
This commit is contained in:
@@ -5,7 +5,8 @@ export type SuccessNotificationType =
|
||||
| 'balance_topup'
|
||||
| 'subscription_activated'
|
||||
| 'subscription_renewed'
|
||||
| 'subscription_purchased';
|
||||
| 'subscription_purchased'
|
||||
| 'devices_purchased';
|
||||
|
||||
export interface SuccessNotificationData {
|
||||
type: SuccessNotificationType;
|
||||
@@ -21,6 +22,10 @@ export interface SuccessNotificationData {
|
||||
title?: string;
|
||||
/** Custom message override */
|
||||
message?: string;
|
||||
/** Number of devices added */
|
||||
devicesAdded?: number;
|
||||
/** New total device limit */
|
||||
newDeviceLimit?: number;
|
||||
}
|
||||
|
||||
interface SuccessNotificationState {
|
||||
|
||||
Reference in New Issue
Block a user