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