Interface IMDBMovie

Hierarchy

Properties

actors: string[]
awards: string
boxoffice: string
country: string
director: string
dvd: string
genres: string[]
id: number
languages: string[]
metascore: number
name: string
plot: string
poster: string
production: string
rated: string
rating: number
ratings: string[]
series: false
status: boolean
times: {
    released: string;
    run: string;
    year: number;
}

Type declaration

  • released: string
  • run: string
  • year: number
type: string
url: string
votes: number
website: string
writer: string[]

Generated using TypeDoc