interface SlackNotificationRuleBase {
    channel?: string;
    messageTemplate: string;
    type: "slack";
}

Properties

channel?: string
messageTemplate: string
type: "slack"
MMNEPVFCICPMFPCPTTAAATR