Options for the add operation

interface AddOptions {
    filename?: string;
    metadata?: Record<string, unknown>;
}

Hierarchy (view full)

Properties

Properties

filename?: string

Optional filename for the content

metadata?: Record<string, unknown>

Optional metadata to associate with the pin