From 2ce6c049a7844256453c4ee6a51d263a81d5c705 Mon Sep 17 00:00:00 2001 From: artem ash Date: Tue, 25 Jun 2024 02:09:56 -0700 Subject: [PATCH] minor --- packages/ui/blocks/def/screenful-block.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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