UNPKG
@vepler/safety-types
Version:
latest (3.17.1)
3.17.1
3.17.0
3.16.0
3.15.1
3.15.0
3.14.0
3.13.0
3.12.0
3.11.11
3.11.10
3.11.9
3.11.8
3.11.7
3.11.6
3.11.5
3.11.4
3.11.3
3.11.2
3.11.1
3.11.0
3.10.4
3.10.3
3.10.2
3.10.1
3.10.0
3.9.6
3.9.5
3.9.4
3.9.3
TypeScript type definitions for Vepler Safety Service API
@vepler/safety-types
/
routes
/
crime
/
index.d.ts
9 lines
(8 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Crime route types * * Types for /api/crime endpoints */
export
*
from
'./get-area-stats'
;
export
*
from
'./get-category-stats'
;
export
*
from
'./get-crime-data'
;