masto
    Preparing search index...

    Type Alias BaseNotificationWithStatus<T>

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

    Type Parameters

    • T

    Type Declaration

    • Optionalreport?: null

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

    • status: Status

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