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

    Interface PersonImagesResponse

    interface PersonImagesResponse {
        id: number;
        profiles: PersonProfile[];
    }
    Index

    Properties

    Properties

    id: number
    profiles: PersonProfile[]