export type OlapStatsGraphResponse = { historicalDates: Array; historicalValues: Array; currentValue?: string; };