Type alias KeywordAbsenceMonitorAttributes

KeywordAbsenceMonitorAttributes: {
    monitor_type: "keyword_absence";
    required_keyword: string;
}

Type declaration

  • monitor_type: "keyword_absence"

    Type of the monitor.

  • required_keyword: string

    We will create a new incident if this keyword is on your page.

Generated using TypeDoc