export type SecondaryPreviousCloseInterestRateResponseDTO = { /** * latest close interest rate */ closeInterestRate?: string; };