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