/** Represents a single days total hours that count towards the cycle limit. */ export interface IDutyStatusRecap { /** Gets the recap date. */ dateTime: Date; /** Gets the duration of time counting towards cycle. */ duration: Date; } //# sourceMappingURL=duty_status_recap.d.ts.map