Interface VideoLibraryGetInProgressTVShowsResponse

interface VideoLibraryGetInProgressTVShowsResponse {
    limits: ListLimitsReturned;
    tvshows?: VideoDetailsTVShow[];
}

Properties

Properties

tvshows?: VideoDetailsTVShow[]