Interface: DataTypeMap
Represents a mapping of data types for assets.
Remarks
The DataTypeMap interface defines the available data types for assets.
It includes the following properties:
blob: Represents a binary large object (Blob) data type. It can also support File object.url: Represents a string data type that represents a presigned URL.base64: Represents a string data type that represents a base64 encoded value.
Properties
| Property | Type |
|---|---|
blob | |
url | string |
base64 | string |
