/** * Work holidays. See {@link IWorkTime}. Items can be grouped together by giving them * all the same GroupId number. */ export interface IWorkTimeHolidayGroupId { /** Gets or sets the Id for the Group associated with the WorkHoliday and WorkTime. */ groupId?: number; } //# sourceMappingURL=work_time_holiday_group_id.d.ts.map