masto
    Preparing search index...

    Type Alias BaseNotificationWithReport<T>

    BaseNotificationWithReport: BaseNotification<T> & {
        report: mastodon.v1.Report;
        status?: null;
    }

    Type Parameters

    • T

    Type Declaration

    • report: mastodon.v1.Report

      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.