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