Skip to content

Commit 730eb31

Browse files
committed
embedFrame:update to TS, no-verify
1 parent b3999e7 commit 730eb31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@ EmbedFrame.propTypes = {
315315
PropTypes.shape({
316316
id: PropTypes.string.isRequired,
317317
name: PropTypes.string.isRequired,
318-
content: PropTypes.string.isRequired
318+
content: PropTypes.string.isRequired,
319+
blobUrl: PropTypes.string, // Optional as per the File interface
320+
children: PropTypes.arrayOf(PropTypes.string).isRequired // Matches the File interface
319321
})
320322
).isRequired,
321323
isPlaying: PropTypes.bool.isRequired,

0 commit comments

Comments
 (0)