claude-code-data
    Preparing search index...

    Type Alias ContentBlock

    ContentBlock:
        | TextBlock
        | ThinkingBlock
        | RedactedThinkingBlock
        | ToolUseBlock
        | ToolResultBlock
        | ImageBlock
        | DocumentBlock

    Union of all content block variants found in Claude Code session transcripts.

    Verified against real ~/.claude/ data. Variants not observable in CC JSONL (server_tool_use, web_search_tool_result, mcp_tool_use) are excluded.