Skip to content

Commit

Permalink
Merge pull request #289 from jackall3n/master
Browse files Browse the repository at this point in the history
Update index.d.ts
  • Loading branch information
GGGava authored Feb 27, 2023
2 parents 3f7f330 + 6651169 commit 90a28fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,6 @@ declare module 'react-native-health' {
callback: (error: string, result: HealthValue) => void,
): void

getWorkout(
options: HealthInputOptions,
callback: (err: string, results: HealthValue) => void,
): void

getWorkoutRouteSamples(
options: { id: string },
callback: (err: string, results: WorkoutRouteQueryResults) => void,
Expand Down

0 comments on commit 90a28fb

Please sign in to comment.