melon_frontend/types/property.ts
2021-07-12 09:11:01 +02:00

5 lines
87 B
TypeScript

export default interface Property {
id: string;
name: string;
address: string;
}