masto
    Preparing search index...

    Type Alias NotificationGroupWithModerationWarning<T>

    NotificationGroupWithModerationWarning: BaseNotificationGroup<T> & {
        moderationWarning: AccountWarning;
    }

    Type Parameters

    • T

    Type Declaration

    • moderationWarning: AccountWarning

      Moderation warning that caused the notification. Attached when type of the notification is moderation_warning.