StacAssetData interface
FormContent model for file upload.
Property Details
data
file
Binary file content to be uploaded.
file: FileContents | { contentType?: string, contents: FileContents, filename?: string }
Property Value
FileContents | { contentType?: string, contents: FileContents, filename?: string }