tmdb-ts
Preparing search index...
BelongsToCollection
Interface BelongsToCollection
A collection that a movie belongs to (e.g. "The Lord of the Rings Collection").
interface
BelongsToCollection
{
backdrop_path
:
string
;
id
:
number
;
name
:
string
;
poster_path
:
string
;
}
Index
Properties
backdrop_
path
id
name
poster_
path
Properties
backdrop_
path
backdrop_path
:
string
id
id
:
number
name
name
:
string
poster_
path
poster_path
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backdrop_
path
id
name
poster_
path
tmdb-ts
Loading...
A collection that a movie belongs to (e.g. "The Lord of the Rings Collection").