Interface IBatchEditAttributeDataV2

interface IBatchEditAttributeDataV2 {
    element: { hash: string; type: string };
    operations: Operation[];
    organization: { id: string };
    parent?: { hash: string };
}

Hierarchy (View Summary)

Properties

element: { hash: string; type: string }
operations: Operation[]
organization: { id: string }
parent?: { hash: string }