tmdb-ts
Preparing search index...
ReleaseDate
Interface ReleaseDate
A release date entry with certification information.
interface
ReleaseDate
{
certification
:
string
;
descriptors
:
string
[]
;
iso_639_1
:
string
;
note
:
string
;
release_date
:
string
;
type
:
ReleaseDateType
;
}
Index
Properties
certification
descriptors
iso_
639_
1
note
release_
date
type
Properties
certification
certification
:
string
descriptors
descriptors
:
string
[]
iso_
639_
1
iso_639_1
:
string
note
note
:
string
release_
date
release_date
:
string
ISO 8601 date string.
type
type
:
ReleaseDateType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
certification
descriptors
iso_
639_
1
note
release_
date
type
tmdb-ts
Loading...
A release date entry with certification information.