tmdb-ts
    Preparing search index...

    Interface ScreenedTheatrically

    A list of episodes/seasons screened theatrically for a TV show.

    interface ScreenedTheatrically {
        id: number;
        results: ScreenedTheatricallyResult[];
    }
    Index

    Properties

    Properties

    id: number