UNPKG

google-wallet

Version:
8 lines (7 loc) 226 B
import { DetailsItemInfo } from "./DetailsItemInfo.js"; export type DetailsTemplateOverride = { /** * Information for the "nth" item displayed in the details list. */ detailsItemInfos?: DetailsItemInfo[]; };