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

    Interface AddFavoriteRequest

    interface AddFavoriteRequest {
        favorite: boolean;
        media_id: number;
        media_type: "movie" | "tv";
    }
    Index

    Properties

    favorite: boolean
    media_id: number
    media_type: "movie" | "tv"