Change triggered by the following update actions:

- [Remove Asset](ctp:api:type:CategoryRemoveAssetAction) on Categories.
- [Remove Asset](ctp:api:type:ProductRemoveAssetAction) on Products.
interface RemoveAssetChange {
    change: string;
    previousValue: Asset;
    type: "RemoveAssetChange";
}

Properties

change: string
previousValue: Asset

Value before the change.

type: "RemoveAssetChange"