mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
Update index.ts
This commit is contained in:
@@ -300,6 +300,10 @@ export interface TariffsPurchaseOptions {
|
|||||||
current_tariff_id: number | null;
|
current_tariff_id: number | null;
|
||||||
balance_kopeks: number;
|
balance_kopeks: number;
|
||||||
balance_label: string;
|
balance_label: string;
|
||||||
|
// New fields for expired subscription handling
|
||||||
|
subscription_status?: string;
|
||||||
|
subscription_is_expired?: boolean;
|
||||||
|
has_subscription?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ClassicPurchaseOptions {
|
export interface ClassicPurchaseOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user