tmdb-ts
    Preparing search index...

    Interface KeywordsOptions

    Options for querying movies belonging to a keyword.

    interface KeywordsOptions {
        include_adult?: boolean;
        language?: string;
        page?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    include_adult?: boolean
    language?: string
    page?: number