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