export interface ChangeDueDatesSettingsInput { entryDate?: string; fixedDaysOfMonth: Array; notes?: string; valueDate?: string; }