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

ImageItem

import type { ImageItem } from "https://googleapis.deno.dev/v1/forms:v1.ts";

An item containing an image.

interface ImageItem {
image?: Image;
}

§Properties

§
image?: Image
[src]

Required. The image displayed in the item.