claude-code-data
    Preparing search index...

    Type Alias ImageBlock

    An image attachment (source format depends on provider).

    type ImageBlock = {
        source: Record<string, unknown>;
        type: "image";
    }
    Index

    Properties

    Properties

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