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.

6 lines (5 loc) 246 B
import { Areas } from '@vepler/area-reference-types'; export interface QueryByTypeParams extends Areas.QueryAreasQueryParams { type: string; } export declare function queryByType(params: QueryByTypeParams): Promise<Areas.QueryAreasResponse>;