Represents a file source from a base64 string.
data: string;
The base64 string of the file data.
type: "base64";
The type of the file source, which is always “base64”.