import { IWorkTimeSystem } from "./work_time_system"; /** Represents the standard hours. */ export interface IWorkTimeStandardHours extends IWorkTimeSystem { } //# sourceMappingURL=work_time_standard_hours.d.ts.map