import type { Amount } from './amount'; import type { FeeAmount } from './fee-amount'; export interface InstallmentFee { amount?: FeeAmount; tax?: Amount; }