export interface WorkflowTransitionRuleAsResponse { /** * The type of the transition rule. */ type: string; /** * EXPERIMENTAL. The configuration of the transition rule. */ configuration?: any; } //# sourceMappingURL=WorkflowTransitionRuleAsResponse.d.ts.map