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

    Interface TvEpisodeImagesResponse

    interface TvEpisodeImagesResponse {
        id: number;
        stills: ImageData[];
    }
    Index

    Properties

    Properties

    id: number
    stills: ImageData[]