🍿 @lorenzopant/tmdb

People

Types related to the People namespace.

Types related to the PeopleAPI namespace.

PersonDetails

Prop

Type

PersonExternalIDs

Prop

Type

PersonImages

Prop

Type

PersonMovieCredits

Prop

Type

PersonMovieCastCredit

Prop

Type

PersonMovieCrewCredit

Prop

Type

PersonTVCredits

Prop

Type

PersonTVCastCredit

Prop

Type

PersonTVCrewCredit

Prop

Type

PersonCombinedCredits

Prop

Type

PersonCombinedCastCredit

A discriminated union of the cast items in PersonCombinedCredits. Each item includes a media_type field to distinguish between entity types.

type PersonCombinedCastCredit = (PersonMovieCastCredit & { media_type: "movie" }) | (PersonTVCastCredit & { media_type: "tv" });

PersonCombinedCrewCredit

A discriminated union of the crew items in PersonCombinedCredits. Each item includes a media_type field to distinguish between entity types.

type PersonCombinedCrewCredit = (PersonMovieCrewCredit & { media_type: "movie" }) | (PersonTVCrewCredit & { media_type: "tv" });

PersonTaggedImages

Prop

Type

PersonTranslations

Prop

Type

PersonBaseParam

Prop

Type

PersonDetailsParams

Prop

Type

Supported append_to_response values: "changes", "combined_credits", "external_ids", "images", "movie_credits", "tagged_images", "translations", "tv_credits".

PersonChangesParams

Prop

Type

PersonCreditsParams

Prop

Type

PersonExternalIDsParams

Prop

Type

PersonImagesParams

Prop

Type

PersonTranslationsParams

Prop

Type

PersonTaggedImagesParams

Prop

Type

On this page