UNPKG

@vepler/area-reference-types

Version:

TypeScript type definitions for Vepler Area Reference API

12 lines (11 loc) 393 B
/** * Public API Types - Route-based Organisation * * This module exports all public API types organised by route structure. * Each route folder contains types specific to that API endpoint. */ export * as Areas from './areas'; export * as Connectivity from './connectivity'; export * as Metrics from './metrics'; export * as POI from './poi'; export * as Geographic from './geographic';