feat: show traffic reset info in subscription card

This commit is contained in:
Fringg
2026-02-18 09:41:36 +03:00
parent cfe9f642d8
commit 271a005e87
2 changed files with 7 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ export interface Subscription {
// Tariff info
tariff_id?: number;
tariff_name?: string;
traffic_reset_mode?: string;
}
// Response wrapper for subscription status endpoint