UNPKG

@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.

8 lines (7 loc) 292 B
import { Areas } from '@vepler/area-reference-types'; export interface BorderAreasParams extends Areas.BorderQueryParams { targetType: string; targetCode: string; sourceType: string; } export declare function borderAreas(params: BorderAreasParams): Promise<Areas.BorderResponse>;