Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
231 Bytes
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
}