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