interface IItemUpdate {
    id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Key-value pair for update parameter. N.B.: Use data key for binary data; all other keys are serialized, which zeroes out binary data!

Properties

Properties

id: string