ts-mailcow-api
    Preparing search index...

    Interface PushoverEditAttributes

    Pushover settings interface.

    interface PushoverEditAttributes {
        active: boolean;
        evaluate_x_prio: boolean;
        key: string;
        only_x_prio: boolean;
        senders: string;
        senders_regex: string;
        text: string;
        title: string;
        token: string;
    }
    Index

    Properties

    active: boolean
    evaluate_x_prio: boolean
    key: string
    only_x_prio: boolean
    senders: string
    senders_regex: string
    text: string
    title: string
    token: string