UNPKG
tcx-builder
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Tcx builder
github.com/anthony2856/tcx-builder
anthony2856/tcx-builder
tcx-builder
/
dist
/
interfaces
/
CoursePointType.d.ts
2 lines
(1 loc)
•
244 B
TypeScript
View Raw
1
2
export
declare
type
CoursePointType =
'Generic'
|
'Summit'
|
'Valley'
|
'Water'
|
'Food'
|
'Danger'
|
'Left'
|
'Right'
|
'Straight'
|
'First Aid'
|
'4th Category'
|
'3rd Category'
|
'2nd Category'
|
'1st Category'
|
'Hors Category'
|
'Sprint'
;