Repository URL to install this package:
|
Version:
2.1.12 ▾
|
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
}