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

    Interface NotificationDataBase

    interface NotificationDataBase {
        id: string;
        message: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    message: string
    title: string