import type * as Merge from "../../../index"; /** * The location's type. Can be either WORK or HOME * * * `HOME` - HOME * * `WORK` - WORK */ export type LocationLocationType = Merge.hris.LocationTypeEnum | string;