Skip to content

Commit 6651169

Browse files
authored
Update index.d.ts
This function was removed as part of #23
1 parent 77554da commit 6651169

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)