@book000/pixivts
    Preparing search index...

    Interface NovelSeriesDetail

    pixiv 小説シリーズ詳細情報

    interface NovelSeriesDetail {
        caption: string;
        content_count: number;
        display_text: string;
        id: number;
        is_concluded: boolean;
        is_original: boolean;
        novel_ai_type: number;
        title: string;
        total_character_count: number;
        user: PixivUser;
        watchlist_added: boolean;
    }
    Index

    Properties

    caption: string

    シリーズの説明文

    content_count: number

    コンテンツ数

    display_text: string

    シリーズ説明文

    id: number

    シリーズ ID

    is_concluded: boolean

    完結済みかどうか

    is_original: boolean

    オリジナル作品かどうか

    novel_ai_type: number

    AI使用フラグ

    title: string

    シリーズタイトル

    total_character_count: number

    累計文字数

    user: PixivUser

    ユーザー情報

    watchlist_added: boolean

    ウォッチリストに追加済みかどうか