claude-code-data
    Preparing search index...

    Type Alias DocumentBlock

    A document attachment (PDF, text file, etc.).

    type DocumentBlock = {
        source: Record<string, unknown>;
        type: "document";
    }
    Index

    Properties

    Properties

    source: Record<string, unknown>
    type: "document"