From 86fa0a1b4e2dc87e59edc708aa1bc0ff4ad2f03b Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 20 Jan 2026 02:17:47 +0300 Subject: [PATCH] Update index.ts --- src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/index.ts b/src/types/index.ts index 480fd88..2154f86 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -65,6 +65,7 @@ export interface Subscription { autopay_enabled: boolean autopay_days_before: number subscription_url: string | null + hide_subscription_link: boolean is_active: boolean is_expired: boolean traffic_purchases?: TrafficPurchase[]