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

    Interface AwardsInfo

    interface AwardsInfo {
        imdbRating: number | null;
        imdbVotes: number | null;
        metascore: number | null;
        nominations: number;
        ratings: OmdbRating[];
        summary: string | null;
        wins: number;
    }
    Index

    Properties

    imdbRating: number | null
    imdbVotes: number | null
    metascore: number | null
    nominations: number
    ratings: OmdbRating[]
    summary: string | null
    wins: number