export default interface PropertyListItem { imageUrl: string; name?: string; value?: string; }