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

Image

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

Contains an image that is one of the following:

  • An image file. Choose this option to upload a new image.
  • The ID of an existing image. Choose this option to keep an existing image.
interface Image {
file?: ImageFile | null;
id?: string | null;
}

§Properties

§
file?: ImageFile | null
[src]
§
id?: string | null
[src]

The ID of an existing image. Specify this parameter to keep an existing image.