import type * as Merge from "../../../index"; /** * The employee the balance belongs to. */ export type TimeOffBalanceEmployee = string | Merge.hris.Employee;