import type * as Merge from "../../../index"; /** * The Merge ID of the employee with the ability to approve the time off request. */ export type TimeOffApprover = string | Merge.hris.Employee;