Skip to content

WidgetStatus

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