tmdb-ts
    Preparing search index...

    Interface ReleaseDate

    A release date entry with certification information.

    interface ReleaseDate {
        certification: string;
        descriptors: string[];
        iso_639_1: string;
        note: string;
        release_date: string;
        type: ReleaseDateType;
    }
    Index

    Properties

    certification: string
    descriptors: string[]
    iso_639_1: string
    note: string
    release_date: string

    ISO 8601 date string.