Type alias KeywordMonitorAttributes

KeywordMonitorAttributes: {
    monitor_type: "keyword";
    required_keyword: string;
}

Type declaration

  • monitor_type: "keyword"

    Type of the monitor.

  • required_keyword: string

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

Generated using TypeDoc