Interface: Base64File
Defined in: type/Base64File.ts:4
Object class for Base64File
Properties
base64
base64:
string
Defined in: type/Base64File.ts:6
The base64 representation of the file.
contentType
contentType:
string
Defined in: type/Base64File.ts:8
The contentType of the base64 content.
fileName
fileName:
string
Defined in: type/Base64File.ts:10
Indication of the fileName to use when converting the base64 to a file.