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