import type * as Merge from "../../../index"; /** * The engagement type's activity type. * * * `CALL` - CALL * * `MEETING` - MEETING * * `EMAIL` - EMAIL */ export type EngagementTypeActivityType = Merge.crm.ActivityTypeEnum | string;