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

    Interface UserBookmarkTagsIllustPage

    Page response for GET /v1/user/bookmark-tags/illust.

    interface UserBookmarkTagsIllustPage {
        bookmarkTags: BookmarkTag[];
        nextUrl: string | null;
    }
    Index
    bookmarkTags: BookmarkTag[]

    Bookmark tags on this page.

    nextUrl: string | null

    URL to the next page, or null when this is the last page.