Series: {
    age: string;
    end_year: number;
    imprint: string;
    name: string;
    publisher: string;
    series_id: string;
    start_year: number;
    type: string;
    volume: number;
}

Models a Series in the ComicsDB.

Type declaration

  • age: string

    The age the series began during.

  • end_year: number

    The year the series ended.

  • imprint: string

    The imprint publishing the comic book series.

  • name: string

    The name of the series.

  • publisher: string

    The name of the publisher of the comic book series.

  • series_id: string

    Unique identifier of the series.

  • start_year: number

    The year the series was initially published.

  • type: string

    The type of series. See SeriesTypeModel.

  • volume: number

    The numbered volume of the series.