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