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

    Interface TvEpisodeAccountStates

    interface TvEpisodeAccountStates {
        favorite: boolean;
        id: number;
        rated: { value: number } | null;
        watchlist: boolean;
    }
    Index

    Properties

    favorite: boolean
    id: number
    rated: { value: number } | null
    watchlist: boolean