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

ImageModuleData

import type { ImageModuleData } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface ImageModuleData {
id?: string;
mainImage?: Image;
}

§Properties

§
id?: string
[src]

The ID associated with an image module. This field is here to enable ease of management of image modules.

§
mainImage?: Image
[src]

A 100% width image.