tmdb-ts
    Preparing search index...

    Interface ContentRatings

    Content ratings (parental guidelines) for a TV show by country.

    interface ContentRatings {
        id: number;
        results: ContentRatingsResult[];
    }
    Index

    Properties

    Properties

    id: number