import type { AccountInterestRateSettings } from './account-interest-rate-settings'; import type { PMTAdjustmentThreshold } from './pmtadjustment-threshold'; export interface RestructureInterestSettings { accountInterestRateSettings?: Array; interestRate?: number; interestSpread?: number; pmtAdjustmentThreshold?: PMTAdjustmentThreshold; }