Interface version of LabelData

interface LabelDataInterface {
    base64_encoded: string;
    mime_type: string;
    url: string;
}

Implemented by

Properties

base64_encoded: string

The image file as a base64 encoded string.

Either a raw image file, or a data: uri, depending on which was requested.

mime_type: string

The MIME type of the image file

url: string

The URL where this file can be found in the future