export type PrimaryLatestAuctionAverageRateResponseDTO = { /** * the timestamp of beginning of action */ startTime?: string; /** * the timestamp of end of action */ endTime?: string; /** * latest auction average rate */ weightedAverageInterestRate?: string; };