Update genre interface
This commit is contained in:
parent
a09d4ee75d
commit
2c08c2b69c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ export interface Genre {
|
||||||
// ID is assigned by the DB, so I don't want to have to specify it
|
// ID is assigned by the DB, so I don't want to have to specify it
|
||||||
_id?: string
|
_id?: string
|
||||||
name: string
|
name: string
|
||||||
showIDs: string[]
|
image: string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue