Interface ExampleUpdateWithAttachments

interface ExampleUpdateWithAttachments {
    id: string;
    attachments?: Attachments;
    attachments_operations?: KVMap;
    inputs?: KVMap;
    metadata?: KVMap;
    outputs?: KVMap;
    split?: string | string[];
}

Properties

id: string
attachments?: Attachments
attachments_operations?: KVMap
inputs?: KVMap
metadata?: KVMap
outputs?: KVMap
split?: string | string[]