Represents a file source from a base64 string.

Properties

data

data: string;

The base64 string of the file data.


type

type: "base64";

The type of the file source, which is always “base64”.