Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias TvDetails

    type TvDetails = {
        id?: number;
        backdropPath?: string;
        posterPath?: string;
        contentRatings?: { results?: { iso_3166_1?: string; rating?: string }[] };
        createdBy?: {
            id?: number;
            name?: string;
            gender?: number;
            profilePath?: string | null;
        }[];
        episodeRunTime?: number[];
        firstAirDate?: string;
        genres?: Genre[];
        homepage?: string;
        inProduction?: boolean;
        languages?: string[];
        lastAirDate?: string;
        lastEpisodeToAir?: Episode;
        name?: string;
        nextEpisodeToAir?: Episode;
        networks?: ProductionCompany[];
        numberOfEpisodes?: number;
        numberOfSeason?: number;
        originCountry?: string[];
        originalLanguage?: string;
        originalName?: string;
        overview?: string;
        popularity?: number;
        productionCompanies?: ProductionCompany[];
        productionCountries?: { iso_3166_1?: string; name?: string }[];
        spokenLanguages?: SpokenLanguage[];
        seasons?: Season[];
        status?: string;
        tagline?: string;
        type?: string;
        voteAverage?: number;
        voteCount?: number;
        credits?: { cast?: Cast[]; crew?: Crew[] };
        externalIds?: ExternalIds;
        keywords?: Keyword[];
        mediaInfo?: MediaInfo;
        watchProviders?: WatchProviders[];
    }
    Index

    Properties

    id?: number
    backdropPath?: string
    posterPath?: string
    contentRatings?: { results?: { iso_3166_1?: string; rating?: string }[] }
    createdBy?: {
        id?: number;
        name?: string;
        gender?: number;
        profilePath?: string | null;
    }[]
    episodeRunTime?: number[]
    firstAirDate?: string
    genres?: Genre[]
    homepage?: string
    inProduction?: boolean
    languages?: string[]
    lastAirDate?: string
    lastEpisodeToAir?: Episode
    name?: string
    nextEpisodeToAir?: Episode
    networks?: ProductionCompany[]
    numberOfEpisodes?: number
    numberOfSeason?: number
    originCountry?: string[]
    originalLanguage?: string
    originalName?: string
    overview?: string
    popularity?: number
    productionCompanies?: ProductionCompany[]
    productionCountries?: { iso_3166_1?: string; name?: string }[]
    spokenLanguages?: SpokenLanguage[]
    seasons?: Season[]
    status?: string
    tagline?: string
    type?: string
    voteAverage?: number
    voteCount?: number
    credits?: { cast?: Cast[]; crew?: Crew[] }
    externalIds?: ExternalIds
    keywords?: Keyword[]
    mediaInfo?: MediaInfo
    watchProviders?: WatchProviders[]