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.

3 lines (2 loc) 221 B
import type { GetPOITilesQueryParams, GetPOITilesGeoJSONResponse } from '@vepler/area-reference-types/routes/poi'; export declare function getPoiTiles(params: GetPOITilesQueryParams): Promise<GetPOITilesGeoJSONResponse>;