Skip to content

Commit 8f729f4

Browse files
chore: adds missing parent interface to PlaylistTimingNone (Sofie-Automation#1555)
No functional change, just a chore to have types aligned
1 parent 963542a commit 8f729f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blueprints-integration/src/documents/playlistTiming.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface PlaylistTimingBase {
1010
type: PlaylistTimingType
1111
}
1212

13-
export interface PlaylistTimingNone {
13+
export interface PlaylistTimingNone extends PlaylistTimingBase {
1414
type: PlaylistTimingType.None
1515
/** Expected duration of the rundown playlist
1616
* 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

Comments
 (0)