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

    Interface BookmarkTag

    A bookmark tag with usage count, as returned by GET /v1/user/bookmark-tags/illust.

    interface BookmarkTag {
        count: number;
        isRegistered?: boolean;
        name: string;
    }
    Index
    count: number

    Number of bookmarked illusts carrying this tag.

    isRegistered?: boolean

    Whether this tag is registered by the authenticated user (may be absent).

    name: string

    Tag name.