@book000/pixivts
    Preparing search index...

    Interface IllustSeriesDetail

    pixiv イラストシリーズ詳細情報

    interface IllustSeriesDetail {
        caption: string;
        cover_image_urls: { medium: string };
        create_date: string;
        height: number;
        id: number;
        series_work_count: number;
        title: string;
        user: PixivUser;
        watchlist_added: boolean;
        width: number;
    }
    Index

    Properties

    caption: string

    シリーズの説明文

    cover_image_urls: { medium: string }

    カバー画像 URL群

    Type declaration

    • medium: string

      中サイズカバー画像 URL

    create_date: string

    シリーズ作成日時

    height: number

    シリーズカバー画像の高さ

    id: number

    シリーズ ID

    series_work_count: number

    シリーズ作品数

    title: string

    シリーズタイトル

    user: PixivUser

    シリーズ作成者情報

    watchlist_added: boolean

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

    width: number

    シリーズカバー画像の幅