Interface VideoLibraryGetTVShowDetailsResponse

interface VideoLibraryGetTVShowDetailsResponse {
    tvshowdetails?: VideoDetailsTVShow;
}

Properties

Properties

tvshowdetails?: VideoDetailsTVShow