UNPKG
@vepler/area-reference-types
Version:
latest (1.81.0)
1.81.0
1.80.1
1.80.0
1.79.4
1.79.3
1.79.2
1.79.1
1.79.0
1.78.0
1.77.0
1.76.0
1.75.0
1.74.0
1.73.0
1.72.0
1.71.1
1.71.0
1.70.3
1.70.2
1.70.1
1.70.0
1.69.0
1.68.0
1.67.1
1.67.0
1.66.1
1.66.0
1.65.0
1.64.1
1.64.0
1.63.0
1.62.1
1.62.0
1.61.0
1.60.0
1.59.1
1.59.0
1.58.0
1.57.7
1.57.6
1.57.5
1.57.4
1.57.3
1.57.2
1.57.1
1.57.0
1.56.1
1.56.0
1.55.2
1.55.1
1.54.2
1.54.1
1.54.0
1.53.1
1.53.0
1.52.0
1.51.0
1.50.0
1.49.0
1.48.0
1.47.2
1.47.1
1.47.0
1.46.0
1.45.1
1.45.0
1.44.0
1.43.3
1.43.2
1.43.1
1.43.0
1.42.2
1.42.1
1.42.0
1.41.2
1.41.1
TypeScript type definitions for Vepler Area Reference API
@vepler/area-reference-types
/
routes
/
metrics
/
index.d.ts
9 lines
(8 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Metrics API Types * * All types related to /api/metrics/* endpoints */
export
type
*
from
'./get-metric-values'
;
export
type
*
from
'./ingest-metric'
;
export
type
*
from
'./common'
;