We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77554da commit 377671fCopy full SHA for 377671f
index.d.ts
@@ -1,5 +1,3 @@
1
-import { HealthInputOptions } from 'react-native-health'
2
-
3
declare module 'react-native-health' {
4
export interface HealthKitPermissions {
5
permissions: {
@@ -472,7 +470,7 @@ declare module 'react-native-health' {
472
470
export interface RecordMetadata {
473
471
HKBloodGlucoseMealTime?: BloodGlucoseMealTime
474
HKWasUserEntered?: boolean
475
- [key: string]: string | number | boolean
+ [key: string]: string | number | boolean | undefined
476
}
477
478
export interface HealthValue extends BaseValue {
0 commit comments