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

    Interface UserIllustsPage

    Page response for GET /v1/user/illusts.

    interface UserIllustsPage {
        illusts: PixivIllustItem[];
        nextUrl: string | null;
        user: PixivUser;
    }
    Index

    Properties

    Properties

    illusts: PixivIllustItem[]

    Illusts on this page.

    nextUrl: string | null

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

    user: PixivUser

    The user whose illusts are listed.