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

    Interface UserBookmarksNovelPage

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

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

    Properties

    Properties

    nextUrl: string | null

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

    novels: PixivNovelItem[]

    Bookmarked novels on this page.