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

    Interface MangaRecommendedPage

    Page response for GET /v1/manga/recommended.

    interface MangaRecommendedPage {
        illusts: PixivIllustItem[];
        nextUrl: string | null;
        privacyPolicy?: PrivacyPolicy;
        rankingIllusts: PixivIllustItem[];
    }
    Index

    Properties

    illusts: PixivIllustItem[]

    Recommended manga works.

    nextUrl: string | null

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

    privacyPolicy?: PrivacyPolicy

    Privacy-policy notice (present on the first page).

    rankingIllusts: PixivIllustItem[]

    Ranking manga works included alongside recommendations.