UNPKG

@kingstinct/react-native-healthkit

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