@book000/pixivts - v0.63.0
    Preparing search index...

    Interface TrendingTagIllust

    A single trending tag entry, paired with a representative illust.

    interface TrendingTagIllust {
        illust: PixivIllustItem;
        tag: string;
        translatedName: string | null;
    }
    Index

    Representative illust for this tag.

    tag: string

    Tag name in Japanese.

    translatedName: string | null

    Translated tag name, or null if no translation is available.