import type * as Merge from "../../../index"; /** * The employee on the plan. */ export type BenefitEmployee = string | Merge.hris.Employee;