This commit is contained in:
Trey t
2023-06-24 00:01:32 -05:00
parent 36400d1f79
commit 01915752b6
6 changed files with 120 additions and 46 deletions

View File

@@ -13,3 +13,8 @@ struct WatchPackageModel: Codable {
var workoutStartDate: Date
var workoutEndDate: Date?
}
struct WatchFinishWorkoutModel: Codable {
var totalBurnedEnergery: Double
var allHeartRates: [Int]
}