export interface City { ref_insee: string; wikipedia: string; surf_ha: number; commune: string; epci: string; bassin_air?: any; rectangle: boolean; }