tmdb-ts
    Preparing search index...

    Interface PeopleImages

    Profile images for a person.

    interface PeopleImages {
        id: number;
        profiles: Image[];
    }
    Index

    Properties

    Properties

    id: number
    profiles: Image[]