export interface IBuildings { source: string; id: number; name: string | null; street: string | null; house_number: string | null; street_number: string | null; city: string | null; postcode: string | null; gid: string | null; }