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

    Interface PersonTranslationsResponse

    interface PersonTranslationsResponse {
        id: number;
        translations: PersonTranslation[];
    }
    Index

    Properties

    Properties

    id: number
    translations: PersonTranslation[]