UNPKG

@kingstinct/react-native-healthkit

Version:
14 lines (13 loc) 660 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AudiogramTypeIdentifier = exports.ActivitySummaryTypeIdentifier = void 0; /** * Represents a type that identifies activity summary objects. * @see {@link https://developer.apple.com/documentation/healthkit/hkactivitysummarytype Apple Docs HKActivitySummaryType} */ exports.ActivitySummaryTypeIdentifier = 'ActivitySummaryTypeIdentifier'; /** * Represents an audiogram type identifier. * @see {@link https://developer.apple.com/documentation/healthkit/HKAudiogramSampleType Apple Docs HKAudiogramSampleType} */ exports.AudiogramTypeIdentifier = 'HKAudiogramSampleType';