import type { Amount } from './amount'; export interface InstallmentAllocationElementTaxableAmount { amount?: Amount; tax?: Amount; }