Files
2023-08-31 23:12:18 +06:00

7 lines
118 B
TypeScript

export interface Gebaeude {
objekt_typ: string,
objekt_plz: string,
objekt_ort: string,
objekt_strasse: string,
}