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