UNPKG

@sports-alliance/sports-lib

Version:

A Library to for importing / exporting and processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc

13 lines (12 loc) 301 B
import { DataNumber } from './data.number'; export declare class DataFeeling extends DataNumber { static type: string; getDisplayValue(): number | string | string[]; } export declare enum Feelings { 'Poor' = 1, 'Average' = 2, 'Good' = 3, 'Very Good' = 4, 'Excellent' = 5 }