@vepler/area-reference-types
Version:
TypeScript type definitions for Vepler Area Reference API
13 lines (12 loc) • 300 B
TypeScript
/**
* Areas API Types
*
* All types related to /api/areas/* endpoints
*/
export type * from './within';
export type * from './border';
export type * from './children';
export type * from './query';
export type * from './get-areas';
export type * from './coverage';
export type * from './common';