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

    Interface TvEpisodeGroupsResponse

    interface TvEpisodeGroupsResponse {
        id: number;
        results: EpisodeGroup[];
    }
    Index

    Properties

    Properties

    id: number
    results: EpisodeGroup[]