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

    Interface UserFollowingPage

    Page response for GET /v1/user/following.

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

    Properties

    nextUrl: string | null

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

    userPreviews: PixivUserPreviewItem[]

    User preview items on this page.