Interface VideoLibraryGetRecentlyAddedEpisodesResponse

interface VideoLibraryGetRecentlyAddedEpisodesResponse {
    episodes?: VideoDetailsEpisode[];
    limits: ListLimitsReturned;
}

Properties

Properties

episodes?: VideoDetailsEpisode[]