diff --git a/src/interfaces/genre.ts b/src/interfaces/genre.ts index c1e9d6e..d5fe10f 100644 --- a/src/interfaces/genre.ts +++ b/src/interfaces/genre.ts @@ -2,5 +2,5 @@ export interface Genre { // ID is assigned by the DB, so I don't want to have to specify it _id?: string name: string - showIDs: string[] + image: string }