🍿 @lorenzopant/tmdb

Trending

Type definitions for the Trending API namespace.

Types for the TrendingAPI namespace.

TrendingTimeWindow

type TrendingTimeWindow = "day" | "week";

TrendingParams

Prop

Type

TrendingMovieResult

A trending movie item. Extends MovieResultItem with media_type.

Prop

Type

TrendingTVResult

A trending TV show item. Extends TVSeriesResultItem with media_type.

Prop

Type

TrendingPersonResult

A trending person item. Extends PersonResultItem with media_type.

Prop

Type

TrendingAllResult

Union type returned by trending.all(). Discriminated by media_type.

type TrendingAllResult = TrendingMovieResult | TrendingTVResult | TrendingPersonResult;

On this page