masto
    Preparing search index...

    Type Alias NotificationGroupWithCollection<T>

    NotificationGroupWithCollection: BaseNotificationGroup<T> & {
        collection: Collection;
    }

    Type Parameters

    • T

    Type Declaration

    • collection: Collection

      Collection that was the object of the notification. Attached when type of the notification is added_to_collection or collection_update.