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://googleapis.deno.dev/v1/walletobjects:v1.ts";

Wrapping type for Google hosted images. Next ID: 7

interface Image {
contentDescription?: LocalizedString;
kind?: string;
sourceUri?: ImageUri;
}

§Properties

§
contentDescription?: LocalizedString
[src]

Description of the image used for accessibility.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "walletobjects#image".

§
sourceUri?: ImageUri
[src]

The URI for the image.