File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/types/src/block-kit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,11 +250,11 @@ export interface InputBlock extends Block {
250
250
* @description This block can be used with AI apps when you expect a markdown response from an LLM that can get lost in
251
251
* translation rendering in Slack. Providing it in a markdown block leaves the translating to Slack to ensure your message
252
252
* appears as intended. Note that passing a single block may result in multiple blocks after translation.
253
- * @see {@link https://api.slack.com/reference/block-kit/blocks#markdown Markdown block reference }
253
+ * @see {@link https://api.slack.com/reference/block-kit/blocks#markdown Markdown block reference }.
254
254
*/
255
255
export interface MarkdownBlock extends Block {
256
256
/**
257
- * @description The type of block. For a markdown block, `type` is always `input `.
257
+ * @description The type of block. For a markdown block, `type` is always `markdown `.
258
258
*/
259
259
type : 'markdown' ;
260
260
/**
You can’t perform that action at this time.
0 commit comments