WidgetStatus
type WidgetStatus = | { favicon?: string; frame?: boolean; text: string; } | { icon?: WidgetIcon; text: string; };
type WidgetStatus = | { favicon?: string; frame?: boolean; text: string; } | { icon?: WidgetIcon; text: string; };