Genre: {
    genre: string;
    genre_id: string;
}

Represents a genre.

Type declaration

  • genre: string

    The name of the genre.

  • genre_id: string

    The unique ID representing a genre.