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

CardRowTwoItems

import type { CardRowTwoItems } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface CardRowTwoItems {
endItem?: TemplateItem;
startItem?: TemplateItem;
}

§Properties

§

The item to be displayed at the end of the row. This item will be aligned to the right.

§
startItem?: TemplateItem
[src]

The item to be displayed at the start of the row. This item will be aligned to the left.