🚧 prøver å gjøre queryparams på nytt

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-09-12 11:10:57 +02:00
parent 6341339174
commit 18c85a662a
5 changed files with 78 additions and 34 deletions

View file

@ -7,3 +7,9 @@ export type movieObject = {
}
export type modalMovieType = movieObject | null
export type movieResponse = {
Response: string
totalResults: string
Search: movieObject[]
}