UNPKG

google-wallet

Version:
8 lines (7 loc) 253 B
import { FieldReference } from "./FieldReference.js"; export type FieldSelector = { /** * If more than one reference is supplied, then the first one that references a non-empty field will be displayed. */ fields?: FieldReference[]; };