@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
67 lines (56 loc) • 2.18 kB
JavaScript
export * from './native-types';
/**
* Options for querying workouts.
* @template TEnergy The energy unit type.
* @template TDistance The distance unit type.
* @see {@link https://developer.apple.com/documentation/healthkit/hkworkout Apple Docs HKWorkout}
*/
/**
* Represents a category sample.
* @template T The category type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/hkcategorysample Apple Docs HKCategorySample}
*/
/**
* Generic options for querying.
*/
/**
* Represents a workout.
* @template TEnergy The energy unit type.
* @template TDistance The distance unit type.
* @see {@link https://developer.apple.com/documentation/healthkit/hkworkout Apple Docs HKWorkout}
*/
/**
* Represents a heartbeat series sample.
* @see {@link https://developer.apple.com/documentation/healthkit/hkheartbeatseriessample Apple Docs HKHeartbeatSeriesSample}
*/
/**
* Represents a quantity sample.
* @template TIdentifier The quantity type identifier.
* @template TUnit The unit for the identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/hkquantitysample Apple Docs HKQuantitySample}
*/
/**
* Represents a response from a statistics query.
* @template TIdentifier The quantity type identifier.
* @template TUnit The unit for the identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/hkstatisticsquery Apple Docs HKStatisticsQuery}
*/
/**
* Represents a category sample for saving.
* @see {@link https://developer.apple.com/documentation/healthkit/hkcategorysample Apple Docs HKCategorySample}
*/
/**
* Represents a quantity sample for saving.
* @see {@link https://developer.apple.com/documentation/healthkit/hkquantitysample Apple Docs HKQuantitySample}
*/
/**
* Represents a correlation.
* @template TIdentifier The correlation type identifier.
* @see {@link https://developer.apple.com/documentation/healthkit/hkcorrelation Apple Docs HKCorrelation}
*/
/**
* Represents a location sample for saving.
* @see {@link https://developer.apple.com/documentation/corelocation/cllocation Apple Docs CLLocation}
*/
export {};
//# sourceMappingURL=types.js.map