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