tmdb-ts
    Preparing search index...

    Interface MediaChange

    A media item that has been changed recently.

    interface MediaChange {
        adult?: boolean;
        id: number;
    }
    Index

    Properties

    Properties

    adult?: boolean
    id: number