Markdown
type Markdown = { id?: string; key?: string; streaming?: boolean; type: 'Markdown'; value: string;};Properties
Section titled “Properties”optional id: string;optional key: string;streaming?
Section titled “streaming?”optional streaming: boolean;type: 'Markdown';value: string;