/** * CycleSummary. * * @deprecated */ export interface ICycleSummary { /** Gets or sets the amount the consecutive off time. */ consecutiveRest: Date; /** Gets or sets the start date. */ dateTime: Date; } //# sourceMappingURL=cycle_summary.d.ts.map