Values.ImageFileSourceContains an image file.
type nonrec t = {data : ImageFileData.t;The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.
*)type_ : ImageFileType.t;The file type of the image.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Blob of ImageFileData.t | `Enum of string ]) list ]