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