7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
export interface Gebaeude {
|
|
objekt_typ: string,
|
|
objekt_plz: string,
|
|
objekt_ort: string,
|
|
objekt_strasse: string,
|
|
|
|
} |