google-wallet
Version:
Google wallet library for Node.js
13 lines (12 loc) • 358 B
TypeScript
import { LabelValueRow } from "./LabelValueRow.js";
export type InfoModuleData = {
/**
* A list of collections of labels and values. These will be displayed one after the other in a singular column.
*/
labelValueRows?: LabelValueRow[];
/**
* This item is deprecated!
* @deprecated
*/
showLastUpdateTime?: boolean;
};