import type * as Merge from "../../../index"; /** * The task's account. */ export type TaskAccount = string | Merge.crm.Account;