mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat(web): deduplication UI (#9540)
This commit is contained in:
parent
832d728940
commit
57d94bce68
17 changed files with 362 additions and 2 deletions
|
|
@ -238,6 +238,7 @@ export type AssetBulkDeleteDto = {
|
|||
};
|
||||
export type AssetBulkUpdateDto = {
|
||||
dateTimeOriginal?: string;
|
||||
duplicateId?: string | null;
|
||||
ids: string[];
|
||||
isArchived?: boolean;
|
||||
isFavorite?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue