refactor(web): remove replaceAsset action (#26444)

This commit is contained in:
Timon
2026-03-04 16:05:44 +01:00
committed by GitHub
parent 2725c96cb1
commit 011ecbb43d
4 changed files with 1 additions and 38 deletions
@@ -33,7 +33,6 @@ export type Events = {
ApiKeyDelete: [ApiKeyResponseDto];
AssetUpdate: [AssetResponseDto];
AssetReplace: [{ oldAssetId: string; newAssetId: string }];
AssetsArchive: [string[]];
AssetsDelete: [string[]];
AssetEditsApplied: [string];