interface CategoryRemoveAssetAction {
    action: "removeAsset";
    assetId?: string;
    assetKey?: string;
}

Properties

action: "removeAsset"
assetId?: string

Value to remove. Either assetId or assetKey is required.

assetKey?: string

Value to remove. Either assetId or assetKey is required.

Generated using TypeDoc