claude-code-data
    Preparing search index...

    Type Alias TextBlock

    Plain text content from a user or assistant message.

    type TextBlock = {
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    text: string
    type: "text"