tmdb-ts
    Preparing search index...

    Interface AuthorDetails

    Details about the author of a review.

    interface AuthorDetails {
        avatar_path: string;
        name: string;
        rating?: number;
        username: string;
    }
    Index

    Properties

    avatar_path: string
    name: string
    rating?: number
    username: string