tmdb-ts
    Preparing search index...

    Interface ReleaseDates

    All release dates for a movie across all countries.

    interface ReleaseDates {
        id: number;
        results: ReleaseDateResult[];
    }
    Index

    Properties

    Properties

    id: number