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

    Interface PagedResponse

    A page returned by a pixiv list endpoint.

    Must have a nextUrl field (null when there are no more pages).

    interface PagedResponse {
        nextUrl: string | null;
    }
    Index

    Properties

    Properties

    nextUrl: string | null

    URL to the next page, or null when there are no more pages.