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

    Interface TvEpisodeGroupDetails

    interface TvEpisodeGroupDetails {
        description: string;
        episode_count: number;
        group_count: number;
        groups: TvEpisodeGroupGroup[];
        id: string;
        name: string;
        network: Network;
        type: number;
    }
    Index

    Properties

    description: string
    episode_count: number
    group_count: number
    id: string
    name: string
    network: Network
    type: number