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