import type * as Merge from "../../../index"; /** * The employee this overall transaction relates to. */ export type ExpenseLineRequestEmployee = string | Merge.accounting.Employee;