implemented individual list functionality
This commit is contained in:
parent
3373380f34
commit
c5f74f134d
24 changed files with 592 additions and 109 deletions
8
app/types/movie-search-results.ts
Normal file
8
app/types/movie-search-results.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export type MovieSearchResult = {
|
||||
title: string
|
||||
year: number
|
||||
imdbId: string
|
||||
type: string
|
||||
poster: string
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue