hevy-shared 1.0.662 → 1.0.663
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
|
@@ -1535,7 +1535,7 @@ export interface UserWorkoutMedia {
|
|
|
1535
1535
|
workout_index: number;
|
|
1536
1536
|
type: 'image' | 'video';
|
|
1537
1537
|
url: string;
|
|
1538
|
-
thumbnail_url
|
|
1538
|
+
thumbnail_url?: string;
|
|
1539
1539
|
}
|
|
1540
1540
|
export type RepInputType = 'reps' | 'rep-range';
|
|
1541
1541
|
export type ShareToPlatform = 'strava' | 'appleHealth' | 'healthConnect';
|