Skip to content

Commit db53d46

Browse files
Fix typo in PlaylistTimingNone interface definition
1 parent 30a7902 commit db53d46

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 extends PlaylistTimingBas {
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)