UNPKG

garmin-api-handler

Version:
18 lines (14 loc) 544 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.Category = void 0; (function (Category) { Category["FITNESS"] = "fitness"; Category["GEOCACHING"] = "geocaching"; Category["RACE"] = "race"; Category["RECREATIONAL"] = "recreational"; Category["SPECIAL_EVENT"] = "special-event"; Category["TOURING"] = "touring"; Category["TRAINING"] = "training"; Category["TRANSPORTATION"] = "transportation"; Category["UNCATEGORIZED"] = "uncategorized"; })(exports.Category || (exports.Category = {}));