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

    Interface MovieVideosResponse

    interface MovieVideosResponse {
        id: number;
        results: Video[];
    }
    Index

    Properties

    Properties

    id: number
    results: Video[]