import{Video}from'../video.model'exportconstenumVideoPlaylistElementType{REGULAR=0,DELETED=1,PRIVATE=2,UNAVAILABLE=3// Blacklisted, blocked by the user/instance, NSFW...}exportinterfaceVideoPlaylistElement{id:numberposition:numberstartTimestamp:numberstopTimestamp:numbertype:VideoPlaylistElementTypevideo?:Video}