Skip to content

Commit 7bec461

Browse files
committed
feat: add in-out words to the VT type
1 parent bd3aeaa commit 7bec461

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/blueprints-integration/src/content.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ export interface VTContent extends BaseContent {
5555
/** Duration of extra content past sourceDuration. Not planned to play back but present on the media and playable. */
5656
postrollDuration?: number
5757
editable?: VTEditableParameters
58+
/** This is for the VT's in out words */
59+
firstWords?: string
60+
lastWords?: string
61+
fullScript?: string
5862
}
5963

6064
export interface GraphicsContent extends BaseContent {

0 commit comments

Comments
 (0)