Interfaces/shows: update
This commit is contained in:
parent
93b82aedba
commit
e4267e4fe3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
export interface Show {
|
||||
_id: string
|
||||
title: string
|
||||
year: number
|
||||
date: Date
|
||||
seasons: number
|
||||
episodes: number
|
||||
description: string
|
||||
genres: string[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue