Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias PushbulletSettings

    type PushbulletSettings = {
        enabled?: boolean;
        types?: number;
        options?: { accessToken?: string; channelTag?: string | null };
    }
    Index

    Properties

    enabled?: boolean
    types?: number
    options?: { accessToken?: string; channelTag?: string | null }