tmdb-ts
    Preparing search index...

    Interface ExternalIdOptions

    Options for the Find by external ID endpoint.

    interface ExternalIdOptions {
        external_source: ExternalSource;
        language?: string;
    }
    Index

    Properties

    external_source: ExternalSource

    The external source to search.

    language?: string

    ISO 639-1 language code.