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