import type * as Merge from "../../../index"; /** * The employee requesting time off. */ export type TimeOffRequestEmployee = string | Merge.hris.Employee;