UNPKG

richpartners-telegram-sdk

Version:
10 lines (9 loc) 262 B
export interface WidgetConfig { publisherId: string; appId: string; widgetTypes: Record<string, string>; activeWidgetTypes: string[]; pushStyleAutoMode: boolean; embeddedBannerAutoMode: boolean; interstitialBannerAutoMode: boolean; }