@carlosnc/tmdb-sdk - v0.8.0
    Preparing search index...

    Interface DiscoverTvParams

    interface DiscoverTvParams {
        airDateGte?: string;
        airDateLte?: string;
        firstAirDateGte?: string;
        firstAirDateLte?: string;
        firstAirDateYear?: number;
        includeAdult?: boolean;
        includeNullFirstAirDates?: boolean;
        language?: string;
        page?: number;
        screenedTheatrically?: boolean;
        sortBy?: string;
        timezone?: string;
        voteAverageGte?: number;
        voteAverageLte?: number;
        voteCountGte?: number;
        voteCountLte?: number;
        watchRegion?: string;
        withCompanies?: string;
        withGenres?: string;
        withKeywords?: string;
        withNetworks?: number;
        withOriginalLanguage?: string;
        withOriginCountry?: string;
        withoutCompanies?: string;
        withoutGenres?: string;
        withoutKeywords?: string;
        withoutWatchProviders?: string;
        withRuntimeGte?: number;
        withRuntimeLte?: number;
        withStatus?: string;
        withType?: string;
        withWatchMonetizationTypes?: string;
        withWatchProviders?: string;
    }
    Index

    Properties

    airDateGte?: string
    airDateLte?: string
    firstAirDateGte?: string
    firstAirDateLte?: string
    firstAirDateYear?: number
    includeAdult?: boolean
    includeNullFirstAirDates?: boolean
    language?: string
    page?: number
    screenedTheatrically?: boolean
    sortBy?: string
    timezone?: string
    voteAverageGte?: number
    voteAverageLte?: number
    voteCountGte?: number
    voteCountLte?: number
    watchRegion?: string
    withCompanies?: string
    withGenres?: string
    withKeywords?: string
    withNetworks?: number
    withOriginalLanguage?: string
    withOriginCountry?: string
    withoutCompanies?: string
    withoutGenres?: string
    withoutKeywords?: string
    withoutWatchProviders?: string
    withRuntimeGte?: number
    withRuntimeLte?: number
    withStatus?: string
    withType?: string
    withWatchMonetizationTypes?: string
    withWatchProviders?: string