All Types
Interface: BatchCreateAssetsResponse
index.BatchCreateAssetsResponse
Response from batch asset creation
Table of contents
Properties
Properties
success
• success: boolean
assets
• assets: { assetId
: string
; asset
: CoreAsset
; mediaFileId?
: string
; thumbnailFileId?
: string
}[]
errors
• errors: { index
: number
; error
: string
; assetName?
: string
}[]
message
• Optional
message: string