tmdb-ts
    Preparing search index...

    Interface EpisodeGroup

    An episode group for a TV show (e.g. alternate episode orderings).

    interface EpisodeGroup {
        description: string;
        episode_count: number;
        group_count: number;
        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