UNPKG

@kingstinct/react-native-healthkit

Version:
11 lines (8 loc) 240 B
import type { SampleTypeIdentifier } from './Shared' export interface EmitterSubscription { remove: () => void } export interface OnChangeCallbackArgs { readonly typeIdentifier: SampleTypeIdentifier readonly errorMessage?: string }