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.

7 lines (6 loc) 254 B
import { Areas } from '@vepler/area-reference-types'; export interface GetAreasParams extends Areas.GetAreasQueryParams { field: string; ids?: string[]; } export declare function getAreas(params: GetAreasParams): Promise<Areas.GetAreasResponse>;