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