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

    Interface TvEpisodeGroupsResponse

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

    Properties

    Properties

    id: number
    results: EpisodeGroup[]