export interface DepositRegisterRolloverDto { maturityAmount: number; totalInterest: number; totalInflation: number; interestEarned: number; }