/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { ChangeRequestCreateFeatureSchemaOneOfOnethreeAction } from './changeRequestCreateFeatureSchemaOneOfOnethreeAction'; import type { ChangeRequestCreateFeatureSchemaOneOfOnethreePayload } from './changeRequestCreateFeatureSchemaOneOfOnethreePayload'; /** * Update variants for this feature. */ export type ChangeRequestCreateFeatureSchemaOneOfOnethree = { /** The name of this action. */ action: ChangeRequestCreateFeatureSchemaOneOfOnethreeAction; /** The name of the feature that this change applies to. */ feature: string; payload: ChangeRequestCreateFeatureSchemaOneOfOnethreePayload; };