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

    Type Alias PropertyTypeStatistics

    type PropertyTypeStatistics = {
        allProperties: FormattedStatistic | false;
        flat: FormattedStatistic | false;
        fourPlusBedHouse: FormattedStatistic | false;
        house: FormattedStatistic | false;
        oneBedFlat: FormattedStatistic | false;
        threeBedHouse: FormattedStatistic | false;
        twoBedFlat: FormattedStatistic | false;
        twoBedHouse: FormattedStatistic | false;
    }
    Index

    Properties

    allProperties: FormattedStatistic | false
    flat: FormattedStatistic | false
    fourPlusBedHouse: FormattedStatistic | false
    house: FormattedStatistic | false
    oneBedFlat: FormattedStatistic | false
    threeBedHouse: FormattedStatistic | false
    twoBedFlat: FormattedStatistic | false
    twoBedHouse: FormattedStatistic | false