/** * DaySummary. * * @deprecated */ export interface IWorkdaySummary { /** Gets or sets the amount the driving limit was extended. */ driveExtension?: Date; /** Gets or sets the from date. */ fromDate?: Date; /** Gets or sets the to date. */ toDate?: Date; /** Gets or sets the amount the workday limit was extended. */ workdayExtension?: Date; } //# sourceMappingURL=workday_summary.d.ts.map