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

    Interface UserNovelsPage

    Page response for GET /v1/user/novels.

    interface UserNovelsPage {
        nextUrl: string | null;
        novels: PixivNovelItem[];
        user: PixivUser;
    }
    Index

    Properties

    Properties

    nextUrl: string | null

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

    novels: PixivNovelItem[]

    Novels on this page.

    user: PixivUser

    The user whose novels are listed.