/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface WorkflowSimpleConditionAsResponse { /** * EXPERIMENTAL. The configuration of the transition rule. */ configuration?: any; nodeType: string; /** * The type of the transition rule. */ type: string; } //# sourceMappingURL=WorkflowSimpleConditionAsResponse.d.ts.map