import type * as Merge from "../../../index"; /** * The employee with this bank account. */ export type BankInfoEmployee = string | Merge.hris.Employee;