Image
import type { Image } from "https://googleapis.deno.dev/v1/forms:v1.ts";
Data representing an image.
interface Image {
altText?: string;
readonly contentUri?: string;
properties?: MediaProperties;
sourceUri?: string;
}import type { Image } from "https://googleapis.deno.dev/v1/forms:v1.ts";
Data representing an image.