initial commit
This commit is contained in:
commit
869be69d67
42 changed files with 11444 additions and 0 deletions
14
app/types/movie.ts
Normal file
14
app/types/movie.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
export type Movie = {
|
||||
id: number,
|
||||
title: string
|
||||
imdb_id: string
|
||||
director: string
|
||||
actors: string
|
||||
plot: string
|
||||
genre: string
|
||||
mpaa_rating: string
|
||||
critic_scores: string
|
||||
poster: string
|
||||
added_by: number
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue