claude-code-data
    Preparing search index...

    Type Alias RedactedThinkingBlock

    Redacted thinking block — content replaced by an opaque token.

    type RedactedThinkingBlock = {
        data: string;
        type: "redacted_thinking";
    }
    Index

    Properties

    Properties

    data: string
    type: "redacted_thinking"