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

    Interface NovelRecommendedPage

    Page response for GET /v1/novel/recommended.

    interface NovelRecommendedPage {
        nextUrl: string | null;
        novels: PixivNovelItem[];
        privacyPolicy?: PrivacyPolicy;
        rankingNovels: PixivNovelItem[];
    }
    Index

    Properties

    nextUrl: string | null

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

    novels: PixivNovelItem[]

    Recommended novels.

    privacyPolicy?: PrivacyPolicy

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

    rankingNovels: PixivNovelItem[]

    Ranking novels included alongside recommendations.