export interface IaqIndicator { name: string; value: number; status: string; units: string; score: number; }