import Foundation enum ConstantsHealthKit { /// if the time between the last and last but one reading is less than minimiumTimeBetweenTwoReadingsInMinutes, then no new event event will be stored in healthkit - except if there's been a disconnect in between these two readings static let minimiumTimeBetweenTwoReadingsInMinutes = 4.75 }