pushover-notification - v0.0.2
    Preparing search index...

    Interface MessagePayload

    interface MessagePayload {
        message: string;
        title: string;
        device?: string;
        file?: string | ImageFile;
        priority?: number;
        sound?: string;
        timestamp?: number;
        token?: string;
        url?: string;
        url_title?: string;
        user?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    message: string
    title: string
    device?: string
    file?: string | ImageFile
    priority?: number
    sound?: string
    timestamp?: number
    token?: string
    url?: string
    url_title?: string
    user?: string