@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
10 lines (9 loc) • 525 B
JavaScript
/**
* @see {@link https://developer.apple.com/documentation/healthkit/hkworkoutsessionlocationtype Apple Docs }
*/
export var WorkoutSessionLocationType;
(function (WorkoutSessionLocationType) {
WorkoutSessionLocationType[WorkoutSessionLocationType["unknown"] = 1] = "unknown";
WorkoutSessionLocationType[WorkoutSessionLocationType["indoor"] = 2] = "indoor";
WorkoutSessionLocationType[WorkoutSessionLocationType["outdoor"] = 3] = "outdoor";
})(WorkoutSessionLocationType || (WorkoutSessionLocationType = {}));