import type * as Merge from "../../../index"; /** * The employee's team. */ export type EmployeeRequestTeam = string | Merge.hris.Team;