@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.
10 lines (9 loc) • 359 B
TypeScript
import { getProperty } from './routes/get-property';
import { getPropertyById } from './routes/get-property-by-location-id';
import { queryProperty } from './routes/query-property';
declare const _default: {
getProperty: typeof getProperty;
getPropertyById: typeof getPropertyById;
queryProperty: typeof queryProperty;
};
export default _default;