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