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

    Interface NotificationActor

    interface NotificationActor {
        id: string;
        image?: string;
        name?: string;
        type?: string | string[];
    }
    Index
    id: string
    image?: string
    name?: string
    type?: string | string[]