UNPKG

google-wallet

Version:
8 lines (7 loc) 273 B
import { CardRowTemplateInfo } from "./CardRowTemplateInfo.js"; export type CardTemplateOverride = { /** * Template information for rows in the card view. At most three rows are allowed to be specified. */ cardRowTemplateInfos?: CardRowTemplateInfo[]; };