import type * as Merge from "../../../index"; /** * The company the purchase order belongs to. */ export type PurchaseOrderCompany = string | Merge.accounting.CompanyInfo;