uptime-robot-v3
    Preparing search index...

    Interface AlertContact

    interface AlertContact {
        customValue?: string;
        friendlyName?: string;
        id: string | number;
        name?: string;
        status?: string;
        type: string;
        value: string;
    }
    Index

    Properties

    customValue?: string
    friendlyName?: string
    id: string | number
    name?: string
    status?: string
    type: string
    value: string