1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-03 05:46:58 +02:00

feat(web): deduplication UI (#9540)

This commit is contained in:
Alex
2024-05-23 12:57:25 -05:00
committed by GitHub
parent 832d728940
commit 57d94bce68
17 changed files with 362 additions and 2 deletions

View File

@ -238,6 +238,7 @@ export type AssetBulkDeleteDto = {
};
export type AssetBulkUpdateDto = {
dateTimeOriginal?: string;
duplicateId?: string | null;
ids: string[];
isArchived?: boolean;
isFavorite?: boolean;