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