UNPKG

@kingstinct/react-native-healthkit

Version:
6 lines (5 loc) 317 B
import type { QuantityTypeIdentifier } from '../types'; import type { OnQuantitySamplesCallback } from '../types/Subscriptions'; export declare const subscribeToQuantitySamples: (identifier: QuantityTypeIdentifier, callback: (args: OnQuantitySamplesCallback) => void, after?: Date) => { remove: () => boolean; };