UNPKG

@kingstinct/react-native-healthkit

Version:
11 lines (10 loc) 511 B
/** * Represents a type that identifies activity summary objects. * @see {@link https://developer.apple.com/documentation/healthkit/hkactivitysummarytype Apple Docs HKActivitySummaryType} */ export const ActivitySummaryTypeIdentifier = 'ActivitySummaryTypeIdentifier'; /** * Represents an audiogram type identifier. * @see {@link https://developer.apple.com/documentation/healthkit/HKAudiogramSampleType Apple Docs HKAudiogramSampleType} */ export const AudiogramTypeIdentifier = 'HKAudiogramSampleType';