Update index.ts

This commit is contained in:
Egor
2026-01-21 06:44:41 +03:00
committed by GitHub
parent 1880cffad9
commit 613dadfc11

View File

@@ -482,6 +482,7 @@ export interface AppConfig {
platformNames: Record<string, LocalizedText> platformNames: Record<string, LocalizedText>
hasSubscription: boolean hasSubscription: boolean
subscriptionUrl: string | null subscriptionUrl: string | null
hideLink?: boolean
branding?: { branding?: {
name?: string name?: string
logoUrl?: string logoUrl?: string