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

    Interface NotificationData

    interface NotificationData {
        createdAt: string;
        id: string;
        message: string;
        read: boolean;
        recipient: string;
        title: string;
        pushoverReceipt?: null | string;
        pushoverSent?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string
    id: string
    message: string
    read: boolean
    recipient: string
    title: string
    pushoverReceipt?: null | string
    pushoverSent?: boolean