@vepler/http-sdk
Version:
The definitive TypeScript SDK for UK property technology. Access comprehensive property data, school metrics, demographics, planning applications, and more through a single, powerful API.
9 lines (8 loc) • 367 B
TypeScript
import { PropertyRequestParams, PropertyResponse } from '@vepler/council-register-types';
/**
* Retrieve property and tax band data by location ID(s)
*
* @param params - Request parameters containing location IDs
* @returns Promise with property and tax band data
*/
export declare function getProperty(params: PropertyRequestParams): Promise<PropertyResponse>;