export interface ApplyInterestInput { interestApplicationDate: string; isInterestFromArrears?: boolean; isPaymentHolidaysInterest?: boolean; notes?: string; paymentHolidaysInterestAmount?: number; }