SeriesGenre: {
    genre_id: string;
    series_id: string;
}

Junction between series and genres

Type declaration

  • genre_id: string

    The ID of the genre.

  • series_id: string

    The ID of the series.