TempBasal.swift 148 B

123456789
  1. import Foundation
  2. struct TempBasal: JSON {
  3. let duration: Int
  4. let rate: Decimal
  5. let temp: PumpHistoryTempType
  6. let updatedAt: Date
  7. }