export type MovieSearchResult = { title: string year: number imdbId: string type: string poster: string }