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

    Interface UserFollowerPage

    Page response for GET /v1/user/follower.

    interface UserFollowerPage {
        nextUrl: string | null;
        userPreviews: PixivUserPreviewItem[];
    }
    Index
    nextUrl: string | null

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

    userPreviews: PixivUserPreviewItem[]

    User preview items on this page.