masto
    Preparing search index...

    Interface TrendsLinksResource

    interface TrendsLinksResource {
        list: Method<Paginator<TrendLink[], undefined>>;
        publishers: TrendsLinksPublishersResource;
        $select(id: string): TrendsLinks$SelectResource;
    }
    Index

    Properties

    Methods

    Properties

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

    Links that have been shared more than others, including unapproved and unreviewed links.

    Methods