UNPKG

@vepler/safety-types

Version:

TypeScript type definitions for Vepler Safety Service API

14 lines (13 loc) 401 B
/** * Route-based API Types * * All public API types organized by route structure */ export * as CatalogTypes from './catalog'; export * as CrimeTypes from './crime'; export * as GeographyTypes from './geography'; export * as NeighborhoodWatchTypes from './neighborhood-watch'; export * from './catalog'; export * from './crime'; export * from './geography'; export * from './neighborhood-watch';