tmdb-ts
    Preparing search index...

    Interface EpisodeGroups

    A list of episode groups for a TV show.

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

    Properties

    Properties

    id: number
    results: EpisodeGroup[]