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