masto
    Preparing search index...

    Interface TrendsStatusesResource

    interface TrendsStatusesResource {
        list: Method<Paginator<Status[], undefined>>;
        $select(id: string): TrendsStatuses$SelectResource;
    }
    Index

    Properties

    Methods

    Properties

    list: Method<Paginator<Status[], undefined>>

    Statuses that have been interacted with more than others, including unapproved and unreviewed statuses.

    Methods