import type * as Merge from "../../../index"; /** * The task's contact. */ export type TaskContact = string | Merge.crm.Contact;