Interface IBatchEditAttributeDataV1

interface IBatchEditAttributeDataV1 {
    attributes: { [x: string]: AttributeValue };
    element: { hash: string; type: string };
    organization: { id: string };
}

Properties

attributes: { [x: string]: AttributeValue }
element: { hash: string; type: string }
organization: { id: string }