@carlosnc/tmdb-sdk - v0.8.0
    Preparing search index...

    Interface CheckItemStatusResponse

    interface CheckItemStatusResponse {
        id: number;
        item_present: boolean;
    }
    Index

    Properties

    Properties

    id: number
    item_present: boolean