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