tmdb-ts
    Preparing search index...

    Interface Change<T>

    A group of individual change items for a specific field.

    interface Change<T> {
        items: ChangeItem<T>[];
        key: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    items: ChangeItem<T>[]
    key: string

    The field that was changed (e.g. "title", "overview", "images").