Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { PaymentSummaryProps as PaymentSummaryPlaceholderProps } from 'abstractions/OrderHistory/PaymentSummary'
import { SelectionListProps } from 'presets/SectionList/typings'

export interface LabelValue {
  label: string
  value: string
}
export type LabelValueType = LabelValue

export interface PaymentSummaryProps extends PaymentSummaryPlaceholderProps {
  paymentMethodConfig?: LabelValue
  orderSummaryConfig?: SelectionListProps
}