@vepler/area-reference-types
Version:
TypeScript type definitions for Vepler Area Reference API
13 lines (12 loc) • 421 B
TypeScript
/**
* 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';
export * as H3 from './h3';