feat [api]: include new film attributes
This commit is contained in:
parent
0a18c8b312
commit
11165ea8b7
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ export type Film = {
|
|||
bannerLink?: string
|
||||
isConfirmed?: boolean
|
||||
tmdbId?: number
|
||||
imdbId?: number
|
||||
projectionComment?: string
|
||||
analysis?: string
|
||||
}
|
||||
|
||||
export type ShortFilm = {
|
||||
|
|
Loading…
Add table
Reference in a new issue