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

    Interface PersonDetails

    interface PersonDetails {
        adult: boolean;
        also_known_as: string[];
        biography: string;
        birthday: string | null;
        deathday: string | null;
        gender: number;
        homepage: string | null;
        id: number;
        imdb_id: string | null;
        known_for_department: string;
        name: string;
        place_of_birth: string | null;
        popularity: number;
        profile_path: string | null;
    }
    Index

    Properties

    adult: boolean
    also_known_as: string[]
    biography: string
    birthday: string | null
    deathday: string | null
    gender: number
    homepage: string | null
    id: number
    imdb_id: string | null
    known_for_department: string
    name: string
    place_of_birth: string | null
    popularity: number
    profile_path: string | null