mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
feat(web): deduplication UI (#9540)
This commit is contained in:
@@ -57,6 +57,9 @@ export class AssetBulkUpdateDto extends UpdateAssetBase {
|
||||
|
||||
@ValidateBoolean({ optional: true })
|
||||
removeParent?: boolean;
|
||||
|
||||
@Optional()
|
||||
duplicateId?: string | null;
|
||||
}
|
||||
|
||||
export class UpdateAssetDto extends UpdateAssetBase {
|
||||
|
||||
Reference in New Issue
Block a user