mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
refactor(server): describe check upload id as string (#29274)
This commit is contained in:
parent
7dd02ffbad
commit
f22836e1bf
4 changed files with 7 additions and 7 deletions
|
|
@ -707,7 +707,7 @@ export type AssetBulkUploadCheckResult = {
|
|||
action: AssetUploadAction;
|
||||
/** Existing asset ID if duplicate */
|
||||
assetId?: string;
|
||||
/** Asset ID */
|
||||
/** Client-side identifier echoed from the request to match results to inputs */
|
||||
id: string;
|
||||
/** Whether existing asset is trashed */
|
||||
isTrashed?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue