tmdb-ts
    Preparing search index...

    Interface Translations

    A list of translations for a movie or TV show.

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

    Properties

    Properties

    id: number
    translations: Translation[]