/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { ChangeRequestCreateFeatureSchemaOneOfAction } from './changeRequestCreateFeatureSchemaOneOfAction'; import type { ChangeRequestCreateFeatureSchemaOneOfPayload } from './changeRequestCreateFeatureSchemaOneOfPayload'; /** * Update the enabled state for a feature. */ export type ChangeRequestCreateFeatureSchemaOneOf = { /** The name of this action. */ action: ChangeRequestCreateFeatureSchemaOneOfAction; /** The name of the feature that this change applies to. */ feature: string; payload: ChangeRequestCreateFeatureSchemaOneOfPayload; };