UNPKG

@kingstinct/react-native-healthkit

Version:
15 lines (14 loc) 757 B
/** * @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 = {}));