BasalProfileEntry.swift 119 B

12345678
  1. import Foundation
  2. struct BasalProfileEntry: JSON {
  3. let start: String
  4. let minutes: Int
  5. let rate: Decimal
  6. }