export interface Cluster { id: string; code: string; city: string; name: string; visible: boolean; lat: number; lon: number; }