tmdb-ts
Preparing search index...
AuthorDetails
Interface AuthorDetails
Details about the author of a review.
interface
AuthorDetails
{
avatar_path
:
string
;
name
:
string
;
rating
?:
number
;
username
:
string
;
}
Index
Properties
avatar_
path
name
rating?
username
Properties
avatar_
path
avatar_path
:
string
name
name
:
string
Optional
rating
rating
?:
number
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar_
path
name
rating
username
tmdb-ts
Loading...
Details about the author of a review.