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