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

    Type Alias HestiaPropertyData

    type HestiaPropertyData = {
        acreage: number | null;
        administration_fee: string | null;
        age: number;
        agency: any;
        assets: any[];
        associated_branch_ids: number[];
        associated_profiles: any[];
        auction_date: string | null;
        auction_url: string | null;
        available_on: string | null;
        bathrooms: number | null;
        bedrooms: number | null;
        branch_id: number | null;
        building_name: string | null;
        child_properties: HestiaPropertyData[];
        comments: string[];
        contact_telephone: string | null;
        county: string | null;
        create_date: string;
        created_at: string;
        currency_code: string | null;
        description: string | null;
        display_address: string | null;
        dss_considered: boolean | null;
        eer_current: string | null;
        eer_potential: string | null;
        eir_current: string | null;
        eir_potential: string | null;
        exchanged_at: string | null;
        featured: boolean | null;
        featured_short_description: string | null;
        features: string[];
        floorplans: { description: string; image: string }[];
        furnishing: string[] | null;
        geoname_ids: number[];
        hidden: boolean;
        high_res_photos: string[];
        international: boolean;
        last_baked_at: string | null;
        lat: number | null;
        launched_date: string | null;
        links: PropertyLink[];
        lng: number | null;
        locality: string | null;
        location_county: string | null;
        location_id: number | null;
        location_name: string | null;
        metropix_id: string | number | null;
        new_home: boolean;
        nodes: any[];
        pets: boolean | null;
        photos: string[];
        postcode: string | null;
        pppw_price: number | null;
        price: string | null;
        price_value: number | null;
        primary_channel: "sales" | "lettings";
        property_facets: Record<string, string>[];
        property_id: HestiaPropertyId;
        property_metadata?: HestiaPropertyMetadata;
        property_ref: string | null;
        property_type: string | null;
        reception_rooms: number | null;
        resource_uri: string;
        searchable_keyword: string | null;
        service_provider_id: number | null;
        shared: boolean | null;
        short_description: string | null;
        single_room_let: boolean | null;
        smoking: boolean | null;
        square_feet: number | null;
        square_feet_internal: number | null;
        status: string | null;
        street_address: string | null;
        student: boolean | null;
        tags: string[];
        tenure: string | null;
        town: string | null;
        updated_at: string;
        vox_number: number | null;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    acreage: number | null
    administration_fee: string | null
    age: number
    agency: any
    assets: any[]
    associated_branch_ids: number[]
    associated_profiles: any[]
    auction_date: string | null
    auction_url: string | null
    available_on: string | null
    bathrooms: number | null
    bedrooms: number | null
    branch_id: number | null
    building_name: string | null
    child_properties: HestiaPropertyData[]
    comments: string[]
    contact_telephone: string | null
    county: string | null
    create_date: string
    created_at: string
    currency_code: string | null
    description: string | null
    display_address: string | null
    dss_considered: boolean | null
    eer_current: string | null
    eer_potential: string | null
    eir_current: string | null
    eir_potential: string | null
    exchanged_at: string | null
    featured: boolean | null
    featured_short_description: string | null
    features: string[]
    floorplans: { description: string; image: string }[]
    furnishing: string[] | null
    geoname_ids: number[]
    hidden: boolean
    high_res_photos: string[]
    international: boolean
    last_baked_at: string | null
    lat: number | null
    launched_date: string | null
    links: PropertyLink[]
    lng: number | null
    locality: string | null
    location_county: string | null
    location_id: number | null
    location_name: string | null
    metropix_id: string | number | null
    new_home: boolean
    nodes: any[]
    pets: boolean | null
    photos: string[]
    postcode: string | null
    pppw_price: number | null
    price: string | null
    price_value: number | null
    primary_channel: "sales" | "lettings"
    property_facets: Record<string, string>[]
    property_id: HestiaPropertyId
    property_metadata?: HestiaPropertyMetadata
    property_ref: string | null
    property_type: string | null
    reception_rooms: number | null
    resource_uri: string
    searchable_keyword: string | null
    service_provider_id: number | null
    shared: boolean | null
    short_description: string | null
    single_room_let: boolean | null
    smoking: boolean | null
    square_feet: number | null
    square_feet_internal: number | null
    status: string | null
    street_address: string | null
    student: boolean | null
    tags: string[]
    tenure: string | null
    town: string | null
    updated_at: string
    vox_number: number | null