@slack/web-api / KnownBlock
Type Alias: KnownBlock
type KnownBlock =
| ActionsBlock
| ContextBlock
| ContextActionsBlock
| DividerBlock
| FileBlock
| HeaderBlock
| ImageBlock
| InputBlock
| MarkdownBlock
| RichTextBlock
| SectionBlock
| VideoBlock;
Defined in: node_modules/@slack/types/dist/block-kit/blocks.d.ts:21
A helper union type of all known Blocks, as listed out on the Blocks reference.