-
Notifications
You must be signed in to change notification settings - Fork 12
Entertainment
Kevin Pearson edited this page May 3, 2023
·
1 revision
Version Entertainment 0.0.0-unknown.0
undefined
In the case of a program entityType
, specifies the program type.
enum ProgramType {
MOVIE = 'movie',
EPISODE = 'episode',
SEASON = 'season',
SERIES = 'series',
OTHER = 'other',
PREVIEW = 'preview',
EXTRA = 'extra',
CONCERT = 'concert',
SPORTING_EVENT = 'sportingEvent',
ADVERTISEMENT = 'advertisement',
MUSIC_VIDEO = 'musicVideo',
MINISODE = 'minisode'
}