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