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

    Interface UserBookmarksNovelPage

    Page response for GET /v1/user/bookmarks/novel.

    interface UserBookmarksNovelPage {
        nextUrl: string | null;
        novels: PixivNovelItem[];
    }
    Index
    nextUrl: string | null

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

    novels: PixivNovelItem[]

    Bookmarked novels on this page.