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

LabelValueRow

import type { LabelValueRow } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface LabelValueRow {
columns?: LabelValue[];
}

§Properties

§
columns?: LabelValue[]
[src]

A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.