mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: show traffic reset period on tariff cards
Display daily/weekly/monthly reset badge next to traffic and devices. Hidden for NO_RESET tariffs.
This commit is contained in:
@@ -316,6 +316,8 @@ export interface Tariff {
|
||||
daily_discount_percent?: number;
|
||||
original_price_per_day_kopeks?: number;
|
||||
custom_days_discount_percent?: number;
|
||||
// Traffic reset
|
||||
traffic_reset_mode?: string;
|
||||
}
|
||||
|
||||
export interface TariffsPurchaseOptions {
|
||||
|
||||
Reference in New Issue
Block a user