import type * as Merge from "../../../index"; /** * The customer associated with the sales order. */ export type SalesOrderCustomer = string | Merge.accounting.Contact;