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