Update tariffs.ts

This commit is contained in:
Egor
2026-01-16 06:30:15 +03:00
committed by GitHub
parent aafe6bdac9
commit 5e2ef7bfbf

View File

@@ -32,6 +32,8 @@ export interface TariffListItem {
description: string | null
is_active: boolean
is_trial_available: boolean
is_daily: boolean
daily_price_kopeks: number
traffic_limit_gb: number
device_limit: number
tier_level: number