/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * The ID of the release plan and which of its milestones to start. */ export type ChangeRequestCreateSchemaOneOfTwoninePayload = { /** The ID of the milestone to start. This ID is an ulid */ milestoneId: string; /** The ID of the release plan. This ID is an ulid */ planId: string; };