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

    Interface MovieTranslationsResponse

    interface MovieTranslationsResponse {
        id: number;
        translations: Translation[];
    }
    Index

    Properties

    Properties

    id: number
    translations: Translation[]