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

    Interface UserSearchPage

    Page response for GET /v1/search/user.

    interface UserSearchPage {
        nextUrl: string | null;
        searchSpanLimit: number;
        userPreviews: PixivUserPreviewItem[];
    }
    Index
    nextUrl: string | null

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

    searchSpanLimit: number

    Maximum number of results the search will return across all pages.

    userPreviews: PixivUserPreviewItem[]

    User preview items matching the search.