ImageCopyimport type { Image } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";Wrapping type for Google hosted images. 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.