Update adminUsers.ts

This commit is contained in:
Egor
2026-01-17 06:29:20 +03:00
committed by GitHub
parent 195ed9e109
commit 4d16c95e05

View File

@@ -209,11 +209,15 @@ export interface PanelSyncStatusResponse {
bot_subscription_end_date: string | null
bot_traffic_limit_gb: number
bot_traffic_used_gb: number
bot_device_limit: number
bot_squads: string[]
panel_found: boolean
panel_status: string | null
panel_expire_at: string | null
panel_traffic_limit_gb: number
panel_traffic_used_gb: number
panel_device_limit: number
panel_squads: string[]
has_differences: boolean
differences: string[]
}