refactor(server): describe check upload id as string (#29274)

This commit is contained in:
Timon 2026-06-23 12:42:42 +02:00 committed by GitHub
parent 7dd02ffbad
commit f22836e1bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View file

@ -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;