Interface IMDBShow

Hierarchy

Properties

actors: string[]
awards: string
country: string
director: string
episodes: string[]
genres: string[]
id: number
languages: string[]
metascore: number
name: string
plot: string
poster: string
rated: string
rating: number
ratings: string[]
seasons: number
series: true
status: boolean
times: {
    date: string;
    released: string;
    run: string;
    start: number;
}

Type declaration

  • date: string
  • released: string
  • run: string
  • start: number
type: string
url: string
votes: number
writer: string[]

Generated using TypeDoc