export enum PollutantType { AQI = 'aqi', PM25 = 'pm25', PM10 = 'pm10', VOC = 'voc', CO2 = 'co2', CH2O = 'ch2o', }