hevy-shared 1.0.635 → 1.0.637
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 -4
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -751,11 +751,8 @@ export interface WorkoutExercise {
|
|
|
751
751
|
sets: WorkoutExerciseSet[];
|
|
752
752
|
}
|
|
753
753
|
export type WorkoutLike = {
|
|
754
|
-
id: number;
|
|
755
|
-
user_id: string;
|
|
756
|
-
profile_pic?: string;
|
|
757
754
|
username: string;
|
|
758
|
-
|
|
755
|
+
profile_pic?: string;
|
|
759
756
|
};
|
|
760
757
|
export interface WorkoutComment {
|
|
761
758
|
id: number;
|