tmdb-ts
    Preparing search index...

    Interface AlternativeNames

    A list of alternative names for a company or network.

    interface AlternativeNames {
        id: number;
        results: Name[];
    }
    Index

    Properties

    Properties

    id: number
    results: Name[]