uptime-robot-v3
    Preparing search index...

    Interface UserAlertsResponse

    interface UserAlertsResponse {
        alertContacts: AlertContact[];
        user: { id: number; name: string };
    }
    Index

    Properties

    Properties

    alertContacts: AlertContact[]
    user: { id: number; name: string }