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

    Interface BookmarkDetailTag

    Tag entry within BookmarkDetail.

    interface BookmarkDetailTag {
        isRegistered: boolean;
        name: string;
    }
    Index
    isRegistered: boolean

    Whether the authenticated user has registered this tag on the bookmark.

    name: string

    Tag name.