export interface BrandSettingsInterface { alternativeTranslations?: { [key: string]: string }; brandColor?: string; brandName?: string; checkoutLogoImage?: string; checkoutLogoLinkUrl?: string; mixpanelToken: string; publishableKey: string; testPublishableKey: string; universalAnalyticsToken?: string; }