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

    Interface IllustSeriesPage

    Page response for GET /v1/illust/series.

    interface IllustSeriesPage {
        illusts: PixivIllustItem[];
        illustSeriesDetail: IllustSeriesDetail;
        illustSeriesFirstIllust: PixivIllustItem;
        nextUrl: string | null;
    }
    Index

    Properties

    illusts: PixivIllustItem[]

    Illusts on this page.

    illustSeriesDetail: IllustSeriesDetail

    Metadata for the series.

    illustSeriesFirstIllust: PixivIllustItem

    First illust in the series.

    nextUrl: string | null

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