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