Websites v4 docs v5.2.5
    Preparing search index...

    Interface FormattedStatistic

    interface FormattedStatistic {
        averagePrice: number;
        averagePricePerSquareFoot: number;
        averageRent: number;
        bedroomCount: number;
        monthStarting: Date;
        propertyType?: string;
        selectLabel?: string;
        timeToSellInDays: number;
    }
    Index

    Properties

    averagePrice: number
    averagePricePerSquareFoot: number
    averageRent: number
    bedroomCount: number
    monthStarting: Date
    propertyType?: string
    selectLabel?: string
    timeToSellInDays: number