tmdb-ts
Preparing search index...
Review
Interface Review
A user review for a movie or TV show.
interface
Review
{
author
:
string
;
author_details
:
AuthorDetails
;
content
:
string
;
created_at
:
string
;
id
:
string
;
updated_at
:
string
;
url
:
string
;
}
Hierarchy (
View Summary
)
Review
ReviewDetails
Index
Properties
author
author_
details
content
created_
at
id
updated_
at
url
Properties
author
author
:
string
author_
details
author_details
:
AuthorDetails
content
content
:
string
created_
at
created_at
:
string
id
id
:
string
updated_
at
updated_at
:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
author_
details
content
created_
at
id
updated_
at
url
tmdb-ts
Loading...
A user review for a movie or TV show.