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

ImageUri

import type { ImageUri } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface ImageUri {
description?: string;
localizedDescription?: LocalizedString;
uri?: string;
}

§Properties

§
description?: string
[src]

Additional information about the image, which is unused and retained only for backward compatibility.

§
localizedDescription?: LocalizedString
[src]

Translated strings for the description, which are unused and retained only for backward compatibility.

§
uri?: string
[src]

The location of the image. URIs must have a scheme.