🚧 prøver å gjøre queryparams på nytt
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
6341339174
commit
18c85a662a
5 changed files with 78 additions and 34 deletions
|
@ -7,3 +7,9 @@ export type movieObject = {
|
|||
}
|
||||
|
||||
export type modalMovieType = movieObject | null
|
||||
|
||||
export type movieResponse = {
|
||||
Response: string
|
||||
totalResults: string
|
||||
Search: movieObject[]
|
||||
}
|
||||
|
|
Reference in a new issue