UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 273 B
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