UNPKG

@vepler/area-reference-types

Version:

TypeScript type definitions for Vepler Area Reference API

9 lines (8 loc) 271 B
/** * Public types for the Area Reference API * * This module exports all public types that external consumers can use. * These types form the public API contract and are organised by route structure. */ export type * from './common'; export type * from './routes';