UNPKG

@kingstinct/react-native-healthkit

Version:
10 lines (9 loc) 196 B
/** * @see {@link https://developer.apple.com/documentation/healthkit/hkupdatefrequency Apple Docs } */ export enum UpdateFrequency { immediate = 1, hourly = 2, daily = 3, weekly = 4, }