Cue point types declared event schema.

Hierarchy

  • CuePointTypesDeclaredEvent

Properties

existing_cue_point_types?: CuePointType[]

An array of cue point types that already existed and were still defined as part of the command.

new_cue_point_types: CuePointType[]

An array of cue point types that were newly added.

outdated_cue_point_types?: CuePointType[]

An array of cue point types that already existed, but were not defined anymore as part of the command.

service_id: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

Generated using TypeDoc