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