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