/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { ChangeRequestCreateSchemaOneOfTwosevenAction } from './changeRequestCreateSchemaOneOfTwosevenAction'; import type { ReleasePlanTemplateIdSchema } from './releasePlanTemplateIdSchema'; /** * Add a release plan to this feature environment. */ export type ChangeRequestCreateSchemaOneOfTwoseven = { /** The name of this action. */ action: ChangeRequestCreateSchemaOneOfTwosevenAction; /** The name of the feature that this change applies to. */ feature: string; payload: ReleasePlanTemplateIdSchema; };