export interface IAddress { gid: string; gid_typ: "budova" | "stavba"; poradi: number; zdroj: string; id: number; popis: string; hlavni: boolean; }