@tauri-apps/plugin-notification - v2.3.0
    Preparing search index...

    Interface PendingNotification

    interface PendingNotification {
        id: number;
        title?: string;
        body?: string;
        schedule: Schedule;
    }
    Index

    Properties

    Properties

    id: number
    title?: string
    body?: string
    schedule: Schedule