| export interface Property { | |
| id: string | |
| isNew: boolean | |
| imageUrl: string | |
| imageAlt: string | |
| beds: number | |
| baths: number | |
| title: string | |
| formattedPrice: string | |
| reviewCount: number | |
| rating: number | |
| description: string | |
| } | |
| export interface Property { | |
| id: string | |
| isNew: boolean | |
| imageUrl: string | |
| imageAlt: string | |
| beds: number | |
| baths: number | |
| title: string | |
| formattedPrice: string | |
| reviewCount: number | |
| rating: number | |
| description: string | |
| } | |