export SlackAlertCreateDeets

interface SlackAlertCreateDeets {
    alert_type?: null | string;
    channel?: null | string;
    errors?: null | string[];
    subject?: null | string;
}

Properties

alert_type?: null | string
channel?: null | string
errors?: null | string[]
subject?: null | string