export interface ChangeArrearsSettingsInput { arrearsTolerancePeriod: number; entryDate: string; notes?: string; }