mirror of
https://github.com/rjNemo/melon_frontend
synced 2026-06-09 11:56:49 +00:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export default interface Property {
|
|
id: string;
|
|
name: string;
|
|
address: string;
|
|
}
|