import { WorkflowTransitionRuleAsResponse } from "../definitions/WorkflowTransitionRuleAsResponse"; import { WorkflowConditionAsResponse } from "../definitions/WorkflowConditionAsResponse"; export interface WorkflowRulesAsResponse { /** * The workflow conditions. ([Deprecated](https://community.developer.atlassian.com/t/deprecation-of-conditions-body-param/48884)) */ conditions?: Array; conditionsTree?: WorkflowConditionAsResponse; /** * The workflow validators. */ validators?: Array; /** * The workflow post functions. */ postFunctions?: Array; } //# sourceMappingURL=WorkflowRulesAsResponse.d.ts.map