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

CardRowTemplateInfo

import type { CardRowTemplateInfo } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface CardRowTemplateInfo {
oneItem?: CardRowOneItem;
threeItems?: CardRowThreeItems;
twoItems?: CardRowTwoItems;
}

§Properties

§

Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.

§

Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.

§

Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.