/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { TransitionConditionSchema } from './transitionConditionSchema.js'; export type ChangeRequestOneOrManyCreateSchemaOneOfThreesevenPayload = { /** The ID of the source milestone with progression to update. */ sourceMilestone: string; /** The condition configuration for the transition */ transitionCondition: TransitionConditionSchema; };