Change triggered by the Remove AttributeDefinition update action.

interface RemoveAttributeDefinitionChange {
    change: string;
    previousValue: AttributeDefinition;
    type: "RemoveAttributeDefinitionChange";
}

Properties

change: string
previousValue: AttributeDefinition

Value before the change.

type: "RemoveAttributeDefinitionChange"