import { EndStrategyEnum } from './EndStrategyEnum';
/** Update your Engagement end rules */
export interface UpdateEndRuleRequest {
    /** Strategy applied at the end of the Engagement */
    strategy: EndStrategyEnum;
}
//# sourceMappingURL=UpdateEndRuleRequest.d.ts.map