@carlosnc/tmdb-sdk - v0.8.0
    Preparing search index...

    Interface AuthorDetails

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

    Properties

    avatar_path: string | null
    name: string
    rating: number | null
    username: string