hevy-shared 1.0.857 → 1.0.859
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/built/index.d.ts +1 -1
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1904,7 +1904,7 @@ export interface ExerciseInstructionsStep {
|
|
|
1904
1904
|
export interface WorkoutExerciseHistory {
|
|
1905
1905
|
workout_id: string;
|
|
1906
1906
|
workout_title: string;
|
|
1907
|
-
workout_date:
|
|
1907
|
+
workout_date: number;
|
|
1908
1908
|
sets: ExerciseSetHistory[];
|
|
1909
1909
|
}
|
|
1910
1910
|
export interface UserExerciseHistoryPagedResponse {
|