/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface WorkflowTransitionProperty { /** * The value of the transition property. */ value: string; [x: string]: any; } //# sourceMappingURL=WorkflowTransitionProperty.d.ts.map