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

    Interface TvSeriesVideosResponse

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

    Properties

    Properties

    id: number
    results: Video[]