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

    Interface Video

    interface Video {
        id: string;
        iso_3166_1: string;
        iso_639_1: string;
        key: string;
        name: string;
        official: boolean;
        published_at: string;
        site: string;
        size: number;
        type: string;
    }
    Index

    Properties

    id: string
    iso_3166_1: string
    iso_639_1: string
    key: string
    name: string
    official: boolean
    published_at: string
    site: string
    size: number
    type: string