import type * as Merge from "../../../index"; /** * The ID of the employee's company. */ export type EmployeeCompany = string | Merge.hris.Company;