masto
    Preparing search index...

    Type Alias BaseNotificationPlain<T>

    BaseNotificationPlain: BaseNotification<T> & { report?: null; status?: null }

    Type Parameters

    • T

    Type Declaration

    • Optionalreport?: null

      Report that was the object of the notification. Attached when type of the notification is admin.report.

    • Optionalstatus?: null

      Status that was the object of the notification, e.g. in mentions, reblogs, favourites, or polls.