UNPKG

@vepler/area-reference-types

Version:

TypeScript type definitions for Vepler Area Reference API

10 lines (9 loc) 209 B
/** * POI API Types * * All types related to /poi/* endpoints */ export type * from './get-nearest'; export type * from './get-poi-bounds'; export type * from './get-tiles'; export type * from './common';