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