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