Image
import type { Image } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
Wrapping type for Google hosted images.
interface Image {
contentDescription?: LocalizedString;
kind?: string;
privateImageId?: 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"
.