Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImageFile

import type { ImageFile } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";

Contains an image file.

interface ImageFile {
data: Uint8Array | string;
}

§Properties

§
data: Uint8Array | string
[src]

The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.

§

The file type of the image.