Interface: FileType
Represents a file with upload metadata.
Properties
blobFile?
optionalblobFile:File
Source file.
error?
optionalerror:string
Error message if upload failed.
fileKey?
optionalfileKey:string|number
File unique identifier.
name?
optionalname:string
File name.
status?
optionalstatus:"error"|"success"
Upload status.
url?
optionalurl:string
The URL of the file that can be previewed.