Esposter
    Preparing search index...

    Interface NotificationOptions

    interface NotificationOptions {
        icon?: string | null;
        title?: string | null;
    }
    Index
    icon?: string | null
    title?: string | null