Type Alias: KnownBlock
type KnownBlock =
| ActionsBlock
| ContextBlock
| DividerBlock
| FileBlock
| HeaderBlock
| ImageBlock
| InputBlock
| MarkdownBlock
| RichTextBlock
| SectionBlock
| VideoBlock;
Defined in: block-kit/blocks.ts:46
A helper union type of all known Blocks, as listed out on the Blocks reference.