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

    Interface TvScreenedTheatricallyResponse

    interface TvScreenedTheatricallyResponse {
        id: number;
        results: ScreenedEpisode[];
    }
    Index

    Properties

    Properties

    id: number
    results: ScreenedEpisode[]