diff --git a/packages/ui/blocks/def/screenful-block.ts b/packages/ui/blocks/def/screenful-block.ts index 0d136d43..6a6920b6 100644 --- a/packages/ui/blocks/def/screenful-block.ts +++ b/packages/ui/blocks/def/screenful-block.ts @@ -20,7 +20,7 @@ interface ScreenfulBlock extends Block { * * If in a scrolling situation, the video will autoplay when 75% in view */ - banner?: string | VideoBlock + banner?: string | VideoBlock // TODO: should be VideoDef /** Specifies rendering and layout hints and variants for block as a whole */ specifiers?: string