export interface FacilityInfo { imageUrl: string; street: string; state: string; region: string; usage: number; comfort: number; }