Skip to content

Commit 90a28fb

Browse files
authored
Merge pull request #289 from jackall3n/master
Update index.d.ts
2 parents 3f7f330 + 6651169 commit 90a28fb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.d.ts

-5
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,6 @@ declare module 'react-native-health' {
357357
callback: (error: string, result: HealthValue) => void,
358358
): void
359359

360-
getWorkout(
361-
options: HealthInputOptions,
362-
callback: (err: string, results: HealthValue) => void,
363-
): void
364-
365360
getWorkoutRouteSamples(
366361
options: { id: string },
367362
callback: (err: string, results: WorkoutRouteQueryResults) => void,

0 commit comments

Comments
 (0)