mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 07:29:28 -08:00
chore(web): refactor replace asset (#23972)
This commit is contained in:
@@ -16,6 +16,8 @@ export type Events = {
|
||||
LanguageChange: [{ name: string; code: string; rtl?: boolean }];
|
||||
ThemeChange: [ThemeSetting];
|
||||
|
||||
AssetReplace: [{ oldAssetId: string; newAssetId: string }];
|
||||
|
||||
AlbumDelete: [AlbumResponseDto];
|
||||
|
||||
SharedLinkCreate: [SharedLinkResponseDto];
|
||||
|
||||
Reference in New Issue
Block a user