Interface VideoLibraryGetRecentlyAddedEpisodesParams

interface VideoLibraryGetRecentlyAddedEpisodesParams {
    limits?: ListLimits;
    properties?: VideoFieldsEpisode;
    sort?: ListSort;
}

Properties

limits?: ListLimits
properties?: VideoFieldsEpisode
sort?: ListSort