Type Alias: KnownBlock
type KnownBlock:
| ImageBlock
| ContextBlock
| ActionsBlock
| DividerBlock
| SectionBlock
| InputBlock
| FileBlock
| HeaderBlock
| VideoBlock
| RichTextBlock;
A helper union type of all known Blocks, as listed out on the Blocks reference.