UNPKG

google-wallet

Version:
8 lines (7 loc) 215 B
import { FieldSelector } from "./FieldSelector.js"; export type BarcodeSectionDetail = { /** * A reference to an existing text-based or image field to display. */ fieldSelector?: FieldSelector; };