uptime-robot-v3
    Preparing search index...

    Interface PushBulletDataInternal

    interface PushBulletData {
        accessToken?: string;
        enableNotificationsFor?: NotifcationLevel;
        friendlyName?: string;
        sslExpirationReminder?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accessToken?: string
    enableNotificationsFor?: NotifcationLevel
    friendlyName?: string
    sslExpirationReminder?: boolean