import type * as Merge from "../../../index"; /** * The lead's owner. */ export type LeadOwner = string | Merge.crm.User;