Type Alias: ContextBlockElement
type ContextBlockElement = ImageElement | TextObject;
Defined in: block-kit/blocks.ts:101
A helper union type of all Block Elements that can be used in a ContextBlock.
type ContextBlockElement = ImageElement | TextObject;
Defined in: block-kit/blocks.ts:101
A helper union type of all Block Elements that can be used in a ContextBlock.