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