Prices ​
solidity
struct Prices {
uint256 poolPrice;
uint256 centerPrice;
uint256 upperRangePrice;
uint256 lowerRangePrice;
uint256 upperThresholdPrice;
uint256 lowerThresholdPrice;
}