import type * as Merge from "../../../index"; /** * The subsidiary associated with the order. */ export type SalesOrderLineCompany = string | Merge.accounting.CompanyInfo;