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

InfoModuleData

import type { InfoModuleData } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface InfoModuleData {
labelValueRows?: LabelValueRow[];
showLastUpdateTime?: boolean;
}

§Properties

§
labelValueRows?: LabelValueRow[]
[src]

A list of collections of labels and values. These will be displayed one after the other in a singular column.

§
showLastUpdateTime?: boolean
[src]