export type OlapPricesResponse = { dates: Array; avgPrices: Array; medianPrices: Array; minPrices: Array; sumPrices: Array; };