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

    Interface UserBookmarksIllustPage

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

    interface UserBookmarksIllustPage {
        illusts: PixivIllustItem[];
        nextUrl: string | null;
    }
    Index

    Properties

    Properties

    illusts: PixivIllustItem[]

    Bookmarked illusts on this page.

    nextUrl: string | null

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