interface NotificationButton {
    color?: string;
    id: string;
    label: string;
    triggers: (NotificationTriggerAnalysis | NotificationTriggerHTTP | NotificationTriggerProfile)[];
}

Properties

Properties

color?: string
id: string
label: string