masto
    Preparing search index...

    Interface TrendsTagsResource

    interface TrendsTagsResource {
        $select(id: string): TrendsTags$SelectResource;
        list(meta?: HttpMetaParams<"none">): Paginator<mastodon.v1.Admin.Tag[]>;
    }
    Index

    Methods

    Methods