@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
15 lines (14 loc) • 757 B
JavaScript
/**
* @see {@link https://developer.apple.com/documentation/healthkit/hkinsulindeliveryreason Apple Docs }
*/
export var InsulinDeliveryReason;
(function (InsulinDeliveryReason) {
InsulinDeliveryReason[InsulinDeliveryReason["basal"] = 1] = "basal";
InsulinDeliveryReason[InsulinDeliveryReason["bolus"] = 2] = "bolus";
})(InsulinDeliveryReason || (InsulinDeliveryReason = {}));
export var HeartRateMotionContext;
(function (HeartRateMotionContext) {
HeartRateMotionContext[HeartRateMotionContext["active"] = 2] = "active";
HeartRateMotionContext[HeartRateMotionContext["notSet"] = 0] = "notSet";
HeartRateMotionContext[HeartRateMotionContext["sedentary"] = 1] = "sedentary";
})(HeartRateMotionContext || (HeartRateMotionContext = {}));