@slack/types / RichTextBlockElement
Type Alias: RichTextBlockElement
type RichTextBlockElement =
| RichTextSection
| RichTextList
| RichTextQuote
| RichTextPreformatted;
Defined in: block-kit/blocks.ts:270
A helper union type of all Block Elements that can be used in a RichTextBlock.