Variable HEART_OCCURRING_EVENTSConst
HEART_OCCURRING_EVENTS: {
    HighHeartRate: "HighHeartRate";
    IrregularHeartRhythm: "IrregularHeartRhythm";
    LowHeartRate: "LowHeartRate";
} = ...
Type declaration
ReadonlyHighHeartRate: "HighHeartRate"
ReadonlyIrregularHeartRhythm: "IrregularHeartRhythm"
ReadonlyLowHeartRate: "LowHeartRate"