tmdb-ts
    Preparing search index...

    Interface TranslationData

    Translated content data for a movie or TV show.

    interface TranslationData {
        homepage: string;
        overview: string;
        runtime: number;
        tagline: string;
        title: string;
    }
    Index

    Properties

    homepage: string
    overview: string
    runtime: number
    tagline: string
    title: string