tmdb-ts
Preparing search index...
MovieList
Interface MovieList
A user-created list that contains a movie.
interface
MovieList
{
description
:
string
;
favorite_count
:
number
;
id
:
number
;
iso_639_1
:
string
;
item_count
:
number
;
list_type
:
string
;
name
:
string
;
poster_path
:
string
;
}
Index
Properties
description
favorite_
count
id
iso_
639_
1
item_
count
list_
type
name
poster_
path
Properties
description
description
:
string
favorite_
count
favorite_count
:
number
id
id
:
number
iso_
639_
1
iso_639_1
:
string
item_
count
item_count
:
number
list_
type
list_type
:
string
name
name
:
string
poster_
path
poster_path
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
favorite_
count
id
iso_
639_
1
item_
count
list_
type
name
poster_
path
tmdb-ts
Loading...
A user-created list that contains a movie.