Contains either an image URL or a data URL for a base64 encoded image.

interface ImageURL {
    url: string;
}

Properties

Properties

url: string

Either a URL of the image or the base64 encoded image data.