import { SettleOption } from './settle-option'; export interface ReceivePaymentItem extends SettleOption { amount: number; }