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