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

    Interface TvSeriesKeywordsResponse

    interface TvSeriesKeywordsResponse {
        id: number;
        results: Keyword[];
    }
    Index

    Properties

    Properties

    id: number
    results: Keyword[]