TempBasal.swift 113 B

12345678
  1. import Foundation
  2. struct TempBasal: JSON {
  3. let duration: Int
  4. let rate: Decimal
  5. let temp: TempType
  6. }