@@ -113,7 +113,7 @@ export interface ActionsBlock extends Block {
113113}
114114
115115/**
116- * @description A prominent notice block for displaying warnings, status updates, or other important information .
116+ * @description Displays alerts, warnings, and informational messages .
117117 * @see {@link https://docs.slack.dev/reference/block-kit/blocks/alert-block Alert block reference }.
118118 */
119119export interface AlertBlock extends Block {
@@ -132,8 +132,7 @@ export interface AlertBlock extends Block {
132132}
133133
134134/**
135- * @description A rich display block for presenting structured content such as recommendations, results, or work items.
136- * At least one of `hero_image`, `title`, `actions`, or `body` must be provided.
135+ * @description Displays content in a card. At least one of `hero_image`, `title`, `actions`, or `body` must be provided.
137136 * @see {@link https://docs.slack.dev/reference/block-kit/blocks/card-block Card block reference }.
138137 */
139138export interface CardBlock extends Block {
@@ -171,7 +170,7 @@ export interface CardBlock extends Block {
171170}
172171
173172/**
174- * @description A horizontally scrollable collection of { @link CardBlock} elements .
173+ * @description Displays related card blocks in a horizontally-scrolling container .
175174 * @see {@link https://docs.slack.dev/reference/block-kit/blocks/carousel-block Carousel block reference }.
176175 */
177176export interface CarouselBlock extends Block {
0 commit comments