VideoLength type

Defines values for VideoLength. Possible values include: 'All', 'Short', 'Medium', 'Long'

type VideoLength = "All" | "Short" | "Medium" | "Long"