uptime-robot-v3
    Preparing search index...

    Interface IncidentAlertInternal

    interface IncidentAlert {
        channelType: string;
        recipientName: string;
        recipientValue: string;
        status: NotificationAlertStatus;
        timestamp: string;
    }
    Index

    Properties

    channelType: string
    recipientName: string
    recipientValue: string
    timestamp: string