uptime-robot-v3
    Preparing search index...

    Interface PSP

    interface PSP {
        customDomain?: string;
        friendlyName: string;
        id: string | number;
        monitorIds?: number[];
        status?: any;
        urlKey?: string;
    }
    Index

    Properties

    customDomain?: string
    friendlyName: string
    id: string | number
    monitorIds?: number[]
    status?: any
    urlKey?: string