@dokieli/notifications - v1.1.0
    Preparing search index...

    Interface NotificationObject

    interface NotificationObject {
        content?: string;
        html?: string;
        id?: string;
        jsonld?: Record<string, unknown>;
        license?: string;
        type?: string | string[];
    }
    Index
    content?: string
    html?: string
    id?: string
    jsonld?: Record<string, unknown>
    license?: string
    type?: string | string[]