Interface VideoLibraryGetRecentlyAddedMusicVideosParams

interface VideoLibraryGetRecentlyAddedMusicVideosParams {
    limits?: ListLimits;
    properties?: VideoFieldsMusicVideo;
    sort?: ListSort;
}

Properties

limits?: ListLimits
sort?: ListSort