interface AlertItem {
    button?: Button;
    conditions?: NotificationOptInCondition[];
    display: IconDisplay;
    id: string;
    type: "alert";
}

Hierarchy (view full)

Properties

button?: Button
display: IconDisplay
id: string
type: "alert"