Interface VideoLibraryGetMusicVideosResponse

interface VideoLibraryGetMusicVideosResponse {
    limits: ListLimitsReturned;
    musicvideos?: VideoDetailsMusicVideo[];
}

Properties

Properties

musicvideos?: VideoDetailsMusicVideo[]