import type * as Merge from "../../../index"; /** * The employee's home address. */ export type EmployeeHomeLocation = string | Merge.hris.Location;