masto
    Preparing search index...

    Interface TrendsLinksResource

    interface TrendsLinksResource {
        list(
            params?: DefaultPaginationParams,
            meta?: HttpMetaParams<"none">,
        ): Paginator<TrendLink[], DefaultPaginationParams>;
    }
    Index

    Methods

    Methods