/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { ChangeRequestCreateSchemaOneOfThreesevenAction } from './changeRequestCreateSchemaOneOfThreesevenAction.js'; import type { ChangeRequestCreateSchemaOneOfThreesevenPayload } from './changeRequestCreateSchemaOneOfThreesevenPayload.js'; /** * Update milestone progression transition condition. */ export type ChangeRequestCreateSchemaOneOfThreeseven = { /** The name of this action. */ action: ChangeRequestCreateSchemaOneOfThreesevenAction; /** The name of the feature that this change applies to. */ feature: string; payload: ChangeRequestCreateSchemaOneOfThreesevenPayload; };