@carlosnc/tmdb-sdk - v0.13.2
    Preparing search index...

    Interface TvContentRatingsResponse

    interface TvContentRatingsResponse {
        id: number;
        results: ContentRating[];
    }
    Index

    Properties

    Properties

    id: number
    results: ContentRating[]