import type * as Merge from "../../../index"; /** * The engagement's direction. * * * `INBOUND` - INBOUND * * `OUTBOUND` - OUTBOUND */ export type EngagementRequestDirection = Merge.crm.DirectionEnum | string;