We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963542a commit 8f729f4Copy full SHA for 8f729f4
packages/blueprints-integration/src/documents/playlistTiming.ts
@@ -10,7 +10,7 @@ export interface PlaylistTimingBase {
10
type: PlaylistTimingType
11
}
12
13
-export interface PlaylistTimingNone {
+export interface PlaylistTimingNone extends PlaylistTimingBase {
14
type: PlaylistTimingType.None
15
/** Expected duration of the rundown playlist
16
* If set, the over/under diff will be calculated based on this value. Otherwise it will be planned content duration - played out duration.
0 commit comments