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