Interface ShowSummary_Full

Everything trakt knows about all shows

Hierarchy

Properties

aired_episodes: number
airs: {
    day: string;
    time: string;
    timezone: string;
}

Type declaration

  • day: string
  • time: string
  • timezone: string
available_translations: string[]
certification: string
comment_count: number
country: string
first_aired: string
genres: string[]
homepage?: string
language: string
network: string
overview: string
rating: number
runtime: number
status: string
title: string
trailer?: string
votes: number
year: number

Generated using TypeDoc v0.23.20