Interface VideoLibraryGetTVShowsResponse

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

Properties

Properties

tvshows?: VideoDetailsTVShow[]