tmdb-ts
    Preparing search index...

    Interface Certification

    A content rating certification for a specific country.

    interface Certification {
        certification: string;
        meaning: string;
        order: number;
    }
    Index

    Properties

    certification: string

    The certification code (e.g. "PG-13", "R").

    meaning: string

    A description of what the certification means.

    order: number

    The display order of this certification.