UNPKG

@vepler/area-reference-types

Version:

TypeScript type definitions for Vepler Area Reference API

10 lines (9 loc) 235 B
/** * Geographic API Types * * All types related to /api/geographic/* endpoints */ export type * from './resolve-geography'; export type * from './get-types'; export type * from './check-capability'; export type * from './common';