uptime-robot-v3
    Preparing search index...

    Interface Integration

    interface Integration {
        customValue: string | null;
        customValue2: string | null;
        customValue3: string | null;
        customValue4: string | null;
        enableNotificationsFor: NotifcationLevel;
        friendlyName: string | null;
        id: number;
        sslExpirationReminder: boolean;
        status: any;
        type: any;
        value: string | null;
    }
    Index

    Properties

    customValue: string | null
    customValue2: string | null
    customValue3: string | null
    customValue4: string | null
    enableNotificationsFor: NotifcationLevel
    friendlyName: string | null
    id: number
    sslExpirationReminder: boolean
    status: any
    type: any
    value: string | null