UNPKG

@kingstinct/react-native-healthkit

Version:
4 lines (3 loc) 279 B
import type { WorkoutQueryOptions } from '../types/Workouts'; declare const getMostRecentWorkout: (options: Pick<WorkoutQueryOptions, "distanceUnit" | "energyUnit">) => Promise<import("../specs/WorkoutProxy.nitro").WorkoutProxy | undefined>; export default getMostRecentWorkout;