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

    Interface Message

    interface Message {
        message: string;
        title: string;
        priority?: number;
        sound?: string;
        timestamp?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    message: string
    title: string
    priority?: number
    sound?: string
    timestamp?: number