uptime-robot-v3
    Preparing search index...

    Interface NotificationActitiyInternal

    interface NotificationActitiy {
        date: string | number;
        notificationStatus?: NotificationAlertStatus;
        notificationType?: string;
        sentToFullName?: string;
        sentToValue?: string;
        type: "NOTIFICATION";
    }
    Index

    Properties

    date: string | number
    notificationStatus?: NotificationAlertStatus
    notificationType?: string
    sentToFullName?: string
    sentToValue?: string
    type: "NOTIFICATION"