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

    Interface BookmarkDetail

    Bookmark metadata for a single illust, returned by GET /v2/illust/bookmark/detail.

    interface BookmarkDetail {
        isBookmarked: boolean;
        restrict: "" | "private" | "public";
        tags: BookmarkDetailTag[];
    }
    Index
    isBookmarked: boolean

    Whether the authenticated user has bookmarked this illust.

    restrict: "" | "private" | "public"

    Bookmark visibility, or "" when not bookmarked.

    Tags attached to the bookmark.