import { IWorkTimeSystem } from "./work_time_system"; /** Represents Lunch hours. */ export interface IWorkTimeLunchHours extends IWorkTimeSystem { } //# sourceMappingURL=work_time_lunch_hours.d.ts.map