UNPKG

@kingstinct/react-native-healthkit

Version:
10 lines (9 loc) 525 B
/** * @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 = {}));